[PATCH] D113783: [InstCombine] Fold (A^B)|~A-->~(A&B)
Mehrnoosh Heidarpour via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 13 10:51:39 PST 2021
MehrHeidar updated this revision to Diff 387038.
MehrHeidar added a comment.
Modify name of one of the values in one of the test cases added in previous commit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113783/new/
https://reviews.llvm.org/D113783
Files:
llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
llvm/test/Transforms/InstCombine/and-or-icmps.ll
llvm/test/Transforms/InstCombine/or-xor.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113783.387038.patch
Type: text/x-patch
Size: 5167 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211113/f76109d9/attachment.bin>
More information about the llvm-commits
mailing list