[PATCH] D41388: [X86][MC]: Adding test coverage of MC encoding for several small extensions.<NFC>

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 19 09:23:08 PST 2017


craig.topper added inline comments.


================
Comment at: test/MC/X86/POPCNT-64.s:5
+// CHECK: encoding: [0xf3,0x45,0x0f,0xb8,0xed]        
+popcntl %r13d, %r13d 
+
----------------
What about popcntw and popcntq?


Repository:
  rL LLVM

https://reviews.llvm.org/D41388





More information about the llvm-commits mailing list