Unverified Commit 279a659e authored by Corentin Ferry's avatar Corentin Ferry Committed by GitHub
Browse files

[mlir][math] lower rsqrt to sqrt + fdiv (#91344)

This commit creates an expansion pattern to lower math.rsqrt(x) into
fdiv(1, sqrt(x)).
parent ae2a18d6
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