[Mlir-commits] [mlir] Reapply "[mlir][math] Add FP software implementation lowering pass: math-to-apfloat" (#172714) (PR #172716)

Nikita Popov llvmlistbot at llvm.org
Fri Dec 19 07:14:20 PST 2025


================
@@ -0,0 +1,50 @@
+add_mlir_library(ArithAndMathToAPFloatUtils
----------------
nikic wrote:

Shouldn't this be?
```suggestion
add_mlir_library(MLIRArithAndMathToAPFloatUtils
```
This is the only MLIR library without the MLIR prefix.

https://github.com/llvm/llvm-project/pull/172716


More information about the Mlir-commits mailing list