[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 11:07:56 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 ]
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd2f110c693c8: [InstCombine] Canonicalize "and, add", "or, add", "xor, add" (authored by emgullufsen).
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/sub.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131142.455961.patch
Type: text/x-patch
Size: 7323 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220826/0cb9dbdf/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