[PATCH] D41282: [X86][XSAVE]: Adding full coverage of MC encoding for the XSAVE isa sets.<NFC>

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 15 08:30:43 PST 2017


craig.topper added inline comments.


================
Comment at: test/MC/X86/XSAVEC-32.s:21
+// CHECK: encoding: [0x0f,0xc7,0xa4,0x82,0x10,0xe3,0x0f,0xe3]         
+xsavec64 3809469200(%edx,%eax,4) 
+
----------------
xsavec64 and friends shouldn't be allowed in a 32-bit test. The fact they are is a bug I'm going to fix now.


Repository:
  rL LLVM

https://reviews.llvm.org/D41282





More information about the llvm-commits mailing list