[InstCombine] Fix behavior for `(fmul (sitfp x), 0)`
Bug was introduced in #82555 We where missing check that the constant was non-zero for signed + mul transform. Closes #85298
parent
3236d974
Please register or sign in to comment
Bug was introduced in #82555 We where missing check that the constant was non-zero for signed + mul transform. Closes #85298