[PATCH] D131142: [InstCombine] Canonicalize "and, add", "or, add", "xor, add"
Eric Gullufsen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 26 12:17:44 PDT 2022
- Previous message: [PATCH] D131142: [InstCombine] Canonicalize "and, add", "or, add", "xor, add"
- Next message: [PATCH] D131142: [InstCombine] Canonicalize "and, add", "or, add", "xor, add"
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
emgullufsen updated this revision to Diff 455989.
emgullufsen edited the summary of this revision.
emgullufsen added a comment.
Sorry for the failed test - I ran update_test_checks against test/Transforms/InstCombine/freeze.ll,
and the changes I verified using Alive2 https://alive2.llvm.org/ce/z/4ABLcz <https://alive2.llvm.org/ce/z/4ABLcz>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131142/new/
https://reviews.llvm.org/D131142
Files:
llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
llvm/test/Transforms/InstCombine/and-xor-or.ll
llvm/test/Transforms/InstCombine/freeze.ll
llvm/test/Transforms/InstCombine/sub.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131142.455989.patch
Type: text/x-patch
Size: 7906 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220826/32f1efbe/attachment.bin>
- Previous message: [PATCH] D131142: [InstCombine] Canonicalize "and, add", "or, add", "xor, add"
- Next message: [PATCH] D131142: [InstCombine] Canonicalize "and, add", "or, add", "xor, add"
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the llvm-commits
mailing list