Unverified Commit bb5c3899 authored by Zain Jaffal's avatar Zain Jaffal Committed by GitHub
Browse files

[InstCombine] Optimise x / sqrt(y / z) with fast-math pattern. (#76737)



Replace the pattern with
x * sqrt(z/y)

---------

Co-authored-by: default avatarMatt Arsenault <arsenm2@gmail.com>
parent 2884d048
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment