[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:31 PST 2025


================
@@ -98,9 +92,11 @@ template <typename SourceOp, typename TargetOp,
           template <typename, typename> typename AttrConvert =
               AttrConvertPassThrough,
           bool FailOnUnsupportedFP = false>
-class VectorConvertToLLVMPattern : public ConvertOpToLLVMPattern<SourceOp> {
+class VectorConvertToLLVMPattern
----------------
matthias-springer wrote:

Can you split this PR into two? One for the `arith-to-apfloat` changes and one for all the ConvertToLLVM-related changes?

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


More information about the Mlir-commits mailing list