[Mlir-commits] [mlir] [mlir] Fix mem2reg crash on scalable vector store/load with matching type (PR #209426)

Aayush Shrivastava llvmlistbot at llvm.org
Wed Jul 15 01:27:14 PDT 2026


================
@@ -1035,6 +1035,19 @@ llvm.func @scalable_llvm_vector() -> i16 {
 
 // -----
 
+// CHECK-LABEL: @scalable_vector_matching_store_load
+llvm.func @scalable_vector_matching_store_load(%arg: vector<[4]xi1>) -> vector<[4]xi1> {
----------------
iamaayushrivastava wrote:

Done. Thank you for pointing that out!

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


More information about the Mlir-commits mailing list