[InstCombine] Optimise x / sqrt(y / z) with fast-math pattern. (#76737)
Replace the pattern with
x * sqrt(z/y)
---------
Co-authored-by:
Matt Arsenault <arsenm2@gmail.com>
parent
2884d048
Please register or sign in to comment
Replace the pattern with
x * sqrt(z/y)
---------
Co-authored-by:
Matt Arsenault <arsenm2@gmail.com>