[Mlir-commits] [mlir] [mlir][LLVM] Fix unsupported FP lowering in `VectorConvertToLLVMPattern` (PR #166513)

Maksim Levental llvmlistbot at llvm.org
Tue Nov 4 23:18:55 PST 2025


================
@@ -92,12 +92,43 @@ class VectorConvertToLLVMPattern : public ConvertOpToLLVMPattern<SourceOp> {
   using ConvertOpToLLVMPattern<SourceOp>::ConvertOpToLLVMPattern;
   using Super = VectorConvertToLLVMPattern<SourceOp, TargetOp>;
 
+  /// Return "true" if the given type (or its element type) is a floating point
----------------
makslevental wrote:

Nit: comment isn't accurate

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


More information about the Mlir-commits mailing list