[Mlir-commits] [mlir] [mlir][ArmSME] Fix crash on empty vector.mask in arm-sme-vector-legalization (PR #118613)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Wed Dec 4 07:47:49 PST 2024
================
@@ -646,3 +646,11 @@ func.func @negative_transpose_store_scalable_via_za__bad_source_shape(%vec: vect
vector.transfer_write %tr, %dest[%i, %j] {in_bounds = [true, true]} : vector<[7]x2xf32>, memref<?x?xf32>
return
}
+
+// -----
+
+// From: https://github.com/llvm/llvm-project/issues/118449 (check we don't crash).
----------------
banach-space wrote:
Every test is effectively checking that the compiler doesn't crash for the edge case being exercise ;-)
Please update this comment with info that clarifies what makes this case unique.
https://github.com/llvm/llvm-project/pull/118613
More information about the Mlir-commits
mailing list