[all-commits] [llvm/llvm-project] f75d98: [InstCombine] Precommit updated and-xor-or.ll test...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Tue Nov 2 11:19:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f75d986fa5309ba1af25e7b5e7f04ee10a500b1f
https://github.com/llvm/llvm-project/commit/f75d986fa5309ba1af25e7b5e7f04ee10a500b1f
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2021-11-02 (Tue, 02 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 | ~b) & ~a
More information about the All-commits
mailing list