[PATCH] D47452: [NFC][X86][AArch64] Reorganize/cleanup BZHI test patterns

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 29 03:47:09 PDT 2018


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

- Rename `bmi-bzhi.ll` -> `extract-lowbits.ll` for both the X86 and AArch64.
- For now i dropped the tests with truncation after `bzhi`. I would still like to have that test coverage, but maybe later.

FIXME: so should the 32-bit runlines be added? Which ones specifically?


Repository:
  rL LLVM

https://reviews.llvm.org/D47452

Files:
  test/CodeGen/AArch64/extract-lowbits.ll
  test/CodeGen/X86/bmi.ll
  test/CodeGen/X86/extract-lowbits.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47452.148876.patch
Type: text/x-patch
Size: 71213 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180529/aef5ff48/attachment.bin>


More information about the llvm-commits mailing list