[AVX512] Rename arg from Opcode32/64 to Opcode128/256 in vinsert_for_size
authorAdam Nemet <anemet@apple.com>
Wed, 15 Oct 2014 23:42:04 +0000 (23:42 +0000)
committerAdam Nemet <anemet@apple.com>
Wed, 15 Oct 2014 23:42:04 +0000 (23:42 +0000)
commit80b9e006aa9baa9857db97113742d1101a57b85d
tree58829c03c4094fe8ba03fa5acf5a94b11973885d
parent37e484b5ef4aa6ae840229eeb30328311b841b5a
[AVX512] Rename arg from Opcode32/64 to Opcode128/256 in vinsert_for_size

It's the W bit that selects between 32 or 64 elt type and not the opcode.  The
opcode selects between the width of the insert (128 or 256).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219870 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrAVX512.td