Corentin Ferry 279a659e97
[mlir][math] lower rsqrt to sqrt + fdiv (#91344)
This commit creates an expansion pattern to lower math.rsqrt(x) into
fdiv(1, sqrt(x)).
2024-05-13 10:15:39 +02:00
..