[Mlir-commits] [mlir] [mlir][vector] Add tests xfer-permute-lowering (nfc)(2/n) (PR #96033)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Thu Aug 1 02:14:38 PDT 2024
================
@@ -31,6 +33,31 @@ func.func @xfer_write_transposing_permutation_map(
return
}
+// Even with out-of-bounds, it is safe to apply this pattern
+// CHECK-LABEL: func.func @xfer_write_transposing_permutation_map_out_of_bounds
+// CHECK-SAME: %[[ARG_0:.*]]: vector<4x8xi16>,
----------------
banach-space wrote:
Let's prioritise consistency - I will update this before landing. Thanks!
https://github.com/llvm/llvm-project/pull/96033
More information about the Mlir-commits
mailing list