[Mlir-commits] [mlir] [mlir][vector] Add tests xfer-permute-lowering (nfc)(2/n) (PR #96033)

Hugo Trachino llvmlistbot at llvm.org
Thu Aug 1 01:19:17 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>,
----------------
nujaa wrote:

NIT: Argument definitions are aligned with function body in the test below. Although `xfer_write_transposing_permutation_map` also follows this formatting. Both are valid I guess. 🤷 

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


More information about the Mlir-commits mailing list