llvm-project/mlir/test/Dialect/Math
Slava Zakharin 095ce655ec [mlir][math] Simplify pow(x, 0.75) into sqrt(sqrt(x)) * sqrt(x).
Trivial simplification for CPU2017/503.bwaves resulting in 3.89%
speed-up on icelake.

Differential Revision: https://reviews.llvm.org/D137351
2022-11-04 10:48:19 -07:00
..
algebraic-simplification.mlir [mlir][math] Simplify pow(x, 0.75) into sqrt(sqrt(x)) * sqrt(x). 2022-11-04 10:48:19 -07:00
canonicalize.mlir [mlir][Math] Change regex to match fp value on different target. 2022-10-12 15:08:21 +08:00
canonicalize_ipowi.mlir [mlir][math] Added constant folding for IPowI operation. 2022-08-15 11:31:14 -07:00
expand-math.mlir [mlir][math] Add math.ctlz expansion to control flow + arith operations 2022-06-01 11:45:04 -07:00
ops.mlir [mlir][math] Initial support for fastmath flag attributes for Math dialect. 2022-11-04 10:41:56 -07:00
polynomial-approximation.mlir [mlir][math] Rename math.abs -> math.absf 2022-08-08 11:04:58 -04:00