[all-commits] [llvm/llvm-project] 7daa95: [InstCombine] Fold (A^B)|~A-->~(A&B)
RotateRight via All-commits
all-commits at lists.llvm.org
Mon Nov 15 09:30:50 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7daa95c8fac24c314135501a4591ae5a90f1c439
https://github.com/llvm/llvm-project/commit/7daa95c8fac24c314135501a4591ae5a90f1c439
Author: Mehrnoosh Heidarpour <mehrnoosh.heidarpour at huawei.com>
Date: 2021-11-15 (Mon, 15 Nov 2021)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/test/Transforms/InstCombine/and-or-icmps.ll
M llvm/test/Transforms/InstCombine/or-xor.ll
Log Message:
-----------
[InstCombine] Fold (A^B)|~A-->~(A&B)
https://alive2.llvm.org/ce/z/2v6rhF
Fixes:
https://llvm.org/PR52478
Differential Revision: https://reviews.llvm.org/D113783
More information about the All-commits
mailing list