[all-commits] [llvm/llvm-project] a1b973: [PatternMatch] Add m_c_DisjointOr (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Dec 6 05:05:28 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1b9736e9b588bdb510b49e373006b06f57e61c7
https://github.com/llvm/llvm-project/commit/a1b9736e9b588bdb510b49e373006b06f57e61c7
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-12-06 (Wed, 06 Dec 2023)
Changed paths:
M llvm/include/llvm/IR/PatternMatch.h
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
Log Message:
-----------
[PatternMatch] Add m_c_DisjointOr (NFC)
Add commutative variant of m_DisjointOr.
More information about the All-commits
mailing list