[llvm] [InstCombine] Extend bitmask mul combine to handle independent operands (PR #142503)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 27 22:15:16 PDT 2025
================
@@ -2367,6 +2367,7 @@ Value *InstCombinerImpl::reassociateBooleanAndOr(Value *LHS, Value *X, Value *Y,
Instruction &I, bool IsAnd,
bool RHSIsLogical) {
Instruction::BinaryOps Opcode = IsAnd ? Instruction::And : Instruction::Or;
+
----------------
dtcxzyw wrote:
Remove unrelated changes.
https://github.com/llvm/llvm-project/pull/142503
More information about the llvm-commits
mailing list