================
@@ -10041,6 +10045,34 @@ static void setLimitsForBinOp(const BinaryOperator
&BO, APInt &Lower,
default:
break;
}
+
+ ConstantRange CR = ConstantRange::getNonEmpty(Lower, Upper);
+ bool IsDisjointOr = BO.getOpcode() == Instruction::Or &&
----------------
mgudim wrote:
nit: separate line with `unsigned Opc = BO.getOpcode()` ?
https://github.com/llvm/llvm-project/pull/181110
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits