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
/
lib
/
Dialect
/
Math
/
Transforms
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
..
AlgebraicSimplification.cpp
[mlir] Move casting calls from methods to function calls
2023-05-12 11:21:25 +02:00
CMakeLists.txt
[mlir][Math] Add pass to legalize math functions to f32-or-higher (
#78361
)
2024-01-18 09:37:43 -06:00
ExpandPatterns.cpp
[mlir][math] lower rsqrt to sqrt + fdiv (
#91344
)
2024-05-13 10:15:39 +02:00
LegalizeToF32.cpp
[mlir][vector] ND vectors linearization pass (
#81159
)
2024-02-13 15:30:58 +03:00
PolynomialApproximation.cpp
[mlir][math] Add Polynomial Approximation for acos, asin op (
#90962
)
2024-05-07 22:19:28 +05:30
UpliftToFMA.cpp
[mlir][math] Uplift from arith to math.fma
2023-06-18 17:11:21 +02:00