Files
clang-p2996/mlir/test/lib/Dialect/Math/TestExpandMath.cpp
donald chen 45d83ae7df [mlir] [math] Fix the precision issue of expand math (#120865)
The convertFloorOp pattern incurs precision loss when floating-point
numbers exceed the representable range of int64. This pattern should be
removed.

Fixes https://github.com/llvm/llvm-project/issues/119836
2025-01-24 14:46:41 +08:00

2.2 KiB