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

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 18 01:54:02 PDT 2022


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

- adding negative tests
- rename the tests
- clean the target triple leftovers from tests


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/lower-table-based-cttz-basics.ll
  llvm/test/Transforms/AggressiveInstCombine/lower-table-based-cttz-dereferencing-pointer.ll
  llvm/test/Transforms/AggressiveInstCombine/lower-table-based-cttz-non-argument-value.ll
  llvm/test/Transforms/AggressiveInstCombine/lower-table-based-cttz-zero-element.ll
  llvm/test/Transforms/AggressiveInstCombine/negative-lower-table-based-cttz.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113291.453574.patch
Type: text/x-patch
Size: 29482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220818/2d4ac588/attachment.bin>


More information about the llvm-commits mailing list