[PATCH] D32220: [X86][SSE2] Fix asm string for movq (Move Quadword) instruction

Ayman Musa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 07:10:45 PDT 2017


aymanmus added inline comments.


================
Comment at: test/MC/X86/x86-64.s:1308
 
-// CHECK: movd  %xmm0, %rax
+// CHECK: movq  %xmm0, %rax
 // CHECK: encoding: [0x66,0x48,0x0f,0x7e,0xc0]
----------------
@igorb this is a test for MOVPQIto64rr.
* Notice that I changed 6 instructions, 4 of them are marked as isCodeGenOnly=1, so basically these tests covers them all.


https://reviews.llvm.org/D32220





More information about the llvm-commits mailing list