[PATCH] D48767: [X86] Add tests for low/high bit clearing w/ BMI2

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 30 04:53:13 PDT 2018


lebedev.ri updated this revision to Diff 153619.
lebedev.ri added a comment.

- Added `x &  (-1 << (32 - y))` pattern to help with test coverage for https://reviews.llvm.org/D48789.


Repository:
  rL LLVM

https://reviews.llvm.org/D48767

Files:
  test/CodeGen/X86/clear-highbits.ll
  test/CodeGen/X86/clear-lowbits.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48767.153619.patch
Type: text/x-patch
Size: 76110 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180630/a6b44c65/attachment.bin>


More information about the llvm-commits mailing list