[Mlir-commits] [mlir] [mlir][math] Add vector support for math-to-apfloat (PR #172715)

Maksim Levental llvmlistbot at llvm.org
Thu Jan 15 15:53:21 PST 2026


================
@@ -198,6 +198,10 @@ def ArithToAPFloatConversionPass
     calls (APFloatWrappers.cpp). APFloat is a software implementation of
     floating-point arithmetic operations.
   }];
+  let options = [
+    ListOption<"sourceTypeStrs", "source-types", "std::string",
----------------
makslevental wrote:

okay moved to https://github.com/llvm/llvm-project/pull/176270

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


More information about the Mlir-commits mailing list