[PATCH] D131142: [InstCombine] Canonicalize "and, add", "or, add", "xor, add"
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 24 02:42:06 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 ]
foad added a comment.
In D131142#3743081 <https://reviews.llvm.org/D131142#3743081>, @bcl5980 wrote:
> We need to keep nsw/nuw for add I think.
Agreed, good point.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131142/new/
https://reviews.llvm.org/D131142
- 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