[ConstantRange] Optimize smul_sat() (NFC)
Base the implementation on the APInt smul_sat() implementation, which is much more efficient than performing calculations in double the bitwidth.
Loading
Please register or sign in to comment
Base the implementation on the APInt smul_sat() implementation, which is much more efficient than performing calculations in double the bitwidth.