[Mlir-commits] [mlir] [mlir][math] Add FP software implementation lowering pass: math-to-apfloat (PR #171221)
Matthias Springer
llvmlistbot at llvm.org
Thu Dec 11 01:13:30 PST 2025
================
@@ -0,0 +1,49 @@
+add_mlir_library(ArithAndMathToAPFloatUtils
+ Utils.cpp
+ PARTIAL_SOURCES_INTENDED
+
+ LINK_LIBS PUBLIC
+ MLIRArithDialect
+)
----------------
matthias-springer wrote:
nit: indentation of closing `)` is inconsistent
https://github.com/llvm/llvm-project/pull/171221
More information about the Mlir-commits
mailing list