[InstCombine] Avoid ConstantExpr::get() in phi binop fold
Use ConstantFoldBinaryOpOperands() instead, in preparation for not all binops having a supported constant expression.
Loading
Please sign in to comment
Use ConstantFoldBinaryOpOperands() instead, in preparation for not all binops having a supported constant expression.