[Mlir-commits] [mlir] [mlir][vector]add extractInsertFoldConstantOp fold function and apply it to extractOp and insertOp. (PR #124399)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Mon Feb 3 09:20:10 PST 2025
================
@@ -3042,3 +3042,33 @@ func.func @contiguous_scatter_step(%base: memref<?xf32>,
memref<?xf32>, vector<16xindex>, vector<16xi1>, vector<16xf32>
return
}
+
+// -----
+
+// CHECK-LABEL: func @fold_extract_constant_indices
+
----------------
banach-space wrote:
DELETME
https://github.com/llvm/llvm-project/pull/124399
More information about the Mlir-commits
mailing list