[PATCH] D113291: [AggressiveInstCombine] Lower Table Based CTTZ

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 23:44:11 PDT 2022


djtodoro updated this revision to Diff 453206.
djtodoro added a comment.

- support opaque pointers
- remove leftovers (since this was aarch64 only)
- move the tests in a non-target dir


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113291/new/

https://reviews.llvm.org/D113291

Files:
  llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
  llvm/test/Transforms/AggressiveInstCombine/AArch64/zero-element.ll
  llvm/test/Transforms/AggressiveInstCombine/cttz-dereferencing-pointer.ll
  llvm/test/Transforms/AggressiveInstCombine/cttz-non-argument-value.ll
  llvm/test/Transforms/AggressiveInstCombine/cttz-zero-element.ll
  llvm/test/Transforms/AggressiveInstCombine/lower-table-based-ctz-basics.ll
  llvm/test/Transforms/AggressiveInstCombine/lower-table-based-ctz.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113291.453206.patch
Type: text/x-patch
Size: 28592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220817/03f9fb2a/attachment.bin>


More information about the llvm-commits mailing list