[PATCH] D154953: [InstCombine] Remove the remainder loop if we know the mask is always true
Allen zhong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 12 23:28:53 PDT 2023
Allen updated this revision to Diff 539860.
Allen retitled this revision from "[InstCombine] Remove the reminder loop if we know the mask is always true" to "[InstCombine] Remove the remainder loop if we know the mask is always true".
Allen edited the summary of this revision.
Allen added reviewers: craig.topper, v01dXYZ, paulwalker-arm.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154953/new/
https://reviews.llvm.org/D154953
Files:
llvm/lib/Analysis/ValueTracking.cpp
llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
llvm/test/Transforms/InstCombine/AArch64/rem-mul-shl.ll
llvm/test/Transforms/LoopVectorize/AArch64/sve-cond-inv-loads.ll
llvm/test/Transforms/LoopVectorize/AArch64/sve-gather-scatter.ll
llvm/test/Transforms/LoopVectorize/AArch64/sve-interleaved-accesses.ll
llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-phi.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154953.539860.patch
Type: text/x-patch
Size: 196499 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230713/b5599c4b/attachment-0001.bin>
More information about the llvm-commits
mailing list