[Mlir-commits] [mlir] [mlir][math] Add vector support for math-to-apfloat (PR #172715)
Matthias Springer
llvmlistbot at llvm.org
Sat Jan 10 02:26:50 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",
----------------
matthias-springer wrote:
I would split this PR into two: one that adds `source-types` and one that adds vector support.
https://github.com/llvm/llvm-project/pull/172715
More information about the Mlir-commits
mailing list