[all-commits] [llvm/llvm-project] 683e03: [Instcombine] Precommit tests for some or canonica...
chenglin.bi via All-commits
all-commits at lists.llvm.org
Mon Dec 5 08:32:41 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 683e03d6d8158f9609ca2a098637e7c5ad13f66b
https://github.com/llvm/llvm-project/commit/683e03d6d8158f9609ca2a098637e7c5ad13f66b
Author: chenglin.bi <chenglin.bi at linaro.org>
Date: 2022-12-06 (Tue, 06 Dec 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/xor2.ll
Log Message:
-----------
[Instcombine] Precommit tests for some or canonicalization; NFC
~((A & B) ^ (A | ?)) -> (A & B) | ~(A | ?)
~(A & B) ^ (A | ?) -> (A & B) | ~(A | ?)
More information about the All-commits
mailing list