[all-commits] [llvm/llvm-project] 4bbc90: [InstCombine] Baseline tests for folding ((A&B)^A)...
Marc Auberer via All-commits
all-commits at lists.llvm.org
Thu Sep 7 17:04:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4bbc9034d6c4b14f9731e8a429655a39577630ce
https://github.com/llvm/llvm-project/commit/4bbc9034d6c4b14f9731e8a429655a39577630ce
Author: Marc Auberer <marc.auberer at chillibits.com>
Date: 2023-09-07 (Thu, 07 Sep 2023)
Changed paths:
A llvm/test/Transforms/InstCombine/or-xor-xor.ll
Log Message:
-----------
[InstCombine] Baseline tests for folding ((A&B)^A)|((A&B)^B) to A^B
Baseline tests for: https://reviews.llvm.org/D159380
Reviewed By: huihuiz
Differential Revision: https://reviews.llvm.org/D159379
More information about the All-commits
mailing list