[PATCH] D41392: [X86][XOP]: Adding full coverage of MC encoding for the XOP isa set.<NFC>

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 19 10:15:17 PST 2017


RKSimon requested changes to this revision.
RKSimon added a comment.
This revision now requires changes to proceed.

The XOP vector tests looks OK, but the LWP ones need r32 AND r64 register tests on x86_64



================
Comment at: test/MC/X86/XOP-64.s:5
+// CHECK: encoding: [0x8f,0xc9,0x78,0x12,0xc5]         
+llwpcb %r13d 
+
----------------
You're missing r64 register LWP tests on x86_64 as well as r32 - llwpcb/lwpins/lwpval/slwpcb


Repository:
  rL LLVM

https://reviews.llvm.org/D41392





More information about the llvm-commits mailing list