[PATCH] D113291: [AggressiveInstCombine] Lower Table Based CTTZ and enable it for AARCH64 in -O3
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 26 01:31:24 PST 2021
djtodoro updated this revision to Diff 389938.
djtodoro added a comment.
-Clean up the tests
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113291/new/
https://reviews.llvm.org/D113291
Files:
llvm/include/llvm/Analysis/TargetTransformInfo.h
llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
llvm/include/llvm/CodeGen/BasicTTIImpl.h
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/lib/Analysis/TargetTransformInfo.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.h
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.389938.patch
Type: text/x-patch
Size: 35101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211126/ff29c57f/attachment.bin>
More information about the llvm-commits
mailing list