[InstCombine] Avoid ConstantExpr::get() in vector binop fold (NFCI)
Use the ConstantFoldBinaryOpOperands() API instead. This case would bail out on a non-folded result anyway.
Loading
Please sign in to comment
Use the ConstantFoldBinaryOpOperands() API instead. This case would bail out on a non-folded result anyway.