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

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 8 07:05:53 PDT 2022


djtodoro updated this revision to Diff 435145.
djtodoro retitled this revision from "[AggressiveInstCombine] Lower Table Based CTTZ and enable it for AARCH64 in -O3" to "[AggressiveInstCombine] Lower Table Based CTTZ ".
djtodoro edited the summary of this revision.
djtodoro added a comment.

- drop target dependent hooks


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/dereferencing-pointer.ll
  llvm/test/Transforms/AggressiveInstCombine/AArch64/lit.local.cfg
  llvm/test/Transforms/AggressiveInstCombine/AArch64/lower-table-based-ctz-basics.ll
  llvm/test/Transforms/AggressiveInstCombine/AArch64/lower-table-based-ctz.ll
  llvm/test/Transforms/AggressiveInstCombine/AArch64/non-argument-value.ll
  llvm/test/Transforms/AggressiveInstCombine/AArch64/zero-element.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113291.435145.patch
Type: text/x-patch
Size: 30636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220608/673ae154/attachment-0001.bin>


More information about the llvm-commits mailing list