Remove some instructions that existed to provide aliases to the assembler. Can be...
authorCraig Topper <craig.topper@gmail.com>
Tue, 8 Oct 2013 05:53:50 +0000 (05:53 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 8 Oct 2013 05:53:50 +0000 (05:53 +0000)
commitb9bc43852ceb74c845d28b96594e1ef4ae41329f
tree0255ad187191fb340866b20a68bd7fc1c8246724
parent3bd3419e86867ba88e7ece12c9184a01759ed917
Remove some instructions that existed to provide aliases to the assembler. Can be done with InstAlias instead. Unfortunately, this was causing printer to use 'vmovq' or 'vmovd' based on what was parsed. To cleanup the inconsistencies convert all 'vmovd' with 64-bit registers to 'vmovq', but provide an alias so that 'vmovd' will still parse.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192171 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrSSE.td
test/CodeGen/X86/avx-basic.ll
test/CodeGen/X86/avx-bitcast.ll
test/CodeGen/X86/avx-splat.ll
test/CodeGen/X86/mcinst-avx-lowering.ll
test/MC/Disassembler/X86/x86-64.txt
test/MC/X86/x86-64.s
test/MC/X86/x86_64-avx-encoding.s
utils/TableGen/X86RecognizableInstr.cpp