[PATCH] D40387: [X86][SSE]: Adding full coverage of MC encoding tests for the SSE isa sets.<NFC>
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 12 10:26:46 PST 2017
craig.topper added inline comments.
================
Comment at: test/MC/X86/SSE4-64.s:301
+// CHECK: encoding: [0xf2,0x0f,0x2b,0x34,0x25,0xf0,0x1c,0xf0,0x1c]
+movntsd %xmm6, 485498096
+
----------------
movntsd/movntss is an AMD SSE4A instruction. Can you move it any other instructions to SSE4A-64.s/SSE4A-32.s Probably should split SSE4.1 and SSE4.2 as well.
Repository:
rL LLVM
https://reviews.llvm.org/D40387
More information about the llvm-commits
mailing list