[all-commits] [llvm/llvm-project] 5540e2: [InstCombine] Precommit updated and-xor-or.ll test...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Thu Nov 4 14:35:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5540e270434be73af0ed5c476a99edab9d3d0baf
https://github.com/llvm/llvm-project/commit/5540e270434be73af0ed5c476a99edab9d3d0baf
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2021-11-04 (Thu, 04 Nov 2021)
Changed paths:
M llvm/test/Transforms/InstCombine/and-xor-or.ll
Log Message:
-----------
[InstCombine] Precommit updated and-xor-or.ll tests. NFC.
Tests for:
(~(a | b) & c) | ~(a | (b | c)) -> ~(a | b)
(~(a | b) & c) | ~(b | (a | c)) -> ~(a | b)
More information about the All-commits
mailing list