[Mlir-commits] [mlir] [mlir][vector] Canonicalize vector.extract and vector.broadcast to vector.shape_cast (PR #174452)

Jakub Kuderski llvmlistbot at llvm.org
Mon Jan 5 10:19:39 PST 2026


================
@@ -0,0 +1,130 @@
+// RUN: mlir-opt %s -split-input-file -canonicalize |  FileCheck %s
----------------
kuhar wrote:

```suggestion
// RUN: mlir-opt %s --split-input-file --canonicalize | FileCheck %s
```

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


More information about the Mlir-commits mailing list