OSDN Git Service

[X86] Rename vy512mem->vy512xmem and vz256xmem->vz256mem.
authorCraig Topper <craig.topper@intel.com>
Wed, 6 Jun 2018 19:15:12 +0000 (19:15 +0000)
committerCraig Topper <craig.topper@intel.com>
Wed, 6 Jun 2018 19:15:12 +0000 (19:15 +0000)
commit1e296472a534d481eefab4955d5fe0a701c19042
tree7248057a7d5297c27c51a39027cdb76fa7f4401f
parent04c4197451a5abb13e8adab301e077382b22b57c
[X86] Rename vy512mem->vy512xmem and vz256xmem->vz256mem.

The index size is represented by the letter after the 'v'. The number represents the memory size. If an 'x' appears after the number its means the index register can be from VR128X/VR256X instead of VR128/VR256.

As vy512mem uses a VR256X index it should have an x.
And vz256mem uses a VR512 index so it shouldn't have an x.

I admit these names kind of suck and are confusing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@334120 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrAVX512.td
lib/Target/X86/X86InstrInfo.td
utils/TableGen/X86RecognizableInstr.cpp