[Mlir-commits] [llvm] [mlir] [Linalg] Fix crash in vectorizeScalableVectorPrecondition with undersized vector sizes (PR #205493)

Andrzej WarzyƄski llvmlistbot at llvm.org
Thu Jun 25 08:20:21 PDT 2026


================
@@ -19,3 +19,29 @@ module attributes {transform.with_named_sequence} {
     transform.yield
   }
 }
+
+// -----
+
+// RUN: mlir-opt %s -transform-interpreter -verify-diagnostics
----------------
banach-space wrote:

`RUN` lines are always at the top of a file.

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


More information about the Mlir-commits mailing list