[PATCH] D147597: [InstCombine] icmp(X | OrC, C) --> icmp(X, 0)
Jun Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 13 02:27:23 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe3175f7f1b55: [InstCombine] icmp(X | OrC, C) --> icmp(X, 0) (authored by junaire).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147597/new/
https://reviews.llvm.org/D147597
Files:
llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
llvm/test/Transforms/InstCombine/icmp.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147597.513128.patch
Type: text/x-patch
Size: 4630 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230413/ec983815/attachment.bin>
More information about the llvm-commits
mailing list