This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
mlir
/
test
/
Dialect
/
Math
History
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
..
algebraic-simplification.mlir
…
canonicalize_ipowi.mlir
…
canonicalize.mlir
…
depends-on-arith.mlir
…
expand-math.mlir
[mlir][math] lower rsqrt to sqrt + fdiv (
#91344
)
2024-05-13 10:15:39 +02:00
legalize-to-f32.mlir
…
ops.mlir
…
polynomial-approximation.mlir
[mlir][math] Propagate scalability in polynomial approximation (
#84949
)
2024-03-15 20:08:52 +00:00
uplift-to-fma.mlir
…