[PATCH] D29385: Clzero intrinsic and its addition under znver1

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 7 06:46:13 PST 2017


RKSimon added a comment.

One minor but no other comments from me. @craig.topper ?



================
Comment at: test/MC/X86/x86-32.s:450
+                clzero %eax
+
 // radr://8017522
----------------
Add clzero only test as well
```
// CHECK:       clzero
// CHECK:  encoding: [0x0f,0x01,0xfc]
                clzero
```


Repository:
  rL LLVM

https://reviews.llvm.org/D29385





More information about the llvm-commits mailing list