[PATCH] D39952: [X86]: Adding full coverage of MC encoding for all X86 ISA Sets.<NFC>

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 22 07:41:21 PST 2017


RKSimon added a comment.

There are some duplicates - I've tagged a couple but there are probably others.



================
Comment at: test/MC/X86/X87-32.s:1241
+// CHECK: encoding: [0xdd,0x32]        
+fnsave (%edx) 
+
----------------
Duplicate?


================
Comment at: test/MC/X86/X87-32.s:1273
+// CHECK: encoding: [0xd9,0xb4,0x82,0x10,0xe3,0x0f,0xe3]        
+fnstenv -485498096(%edx,%eax,4) 
+
----------------
Duplicate?


Repository:
  rL LLVM

https://reviews.llvm.org/D39952





More information about the llvm-commits mailing list