[PATCH] D139253: [InstCombine] fold more icmp + select patterns by distributive laws
chenglin.bi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 5 08:19:16 PST 2022
bcl5980 updated this revision to Diff 480116.
bcl5980 added a comment.
fix bug for the case with the same predicate but not eq/ne
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139253/new/
https://reviews.llvm.org/D139253
Files:
llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
llvm/test/Transforms/InstCombine/opaque-ptr.ll
llvm/test/Transforms/InstCombine/select-bitext.ll
llvm/test/Transforms/InstCombine/select-cmp.ll
llvm/test/Transforms/InstCombine/select-gep.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139253.480116.patch
Type: text/x-patch
Size: 16171 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221205/481b84b6/attachment.bin>
More information about the llvm-commits
mailing list