[Mlir-commits] [mlir] [mlir][Vector] add vector.insert canonicalization pattern for vectors created from ub.poison (PR #142944)

Andrzej WarzyƄski llvmlistbot at llvm.org
Fri Aug 1 13:15:49 PDT 2025


================
@@ -2539,6 +2539,50 @@ func.func @insert_2d_constant() -> (vector<2x3xi32>, vector<2x3xi32>, vector<2x3
 
 // -----
 
+// Test InsertChainFullyInitialized pattern with scalar insertions.
----------------
banach-space wrote:

```suggestion
// +---------------------------------------------------------------------------
// Tests for InsertChainFullyInitialized .
// +---------------------------------------------------------------------------
```

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


More information about the Mlir-commits mailing list