[Mlir-commits] [mlir] [mlir][vector] Propagate scalability in TransferWriteNonPermutationLowering (PR #85632)

Benjamin Maxwell llvmlistbot at llvm.org
Wed Mar 20 11:15:49 PDT 2024


================
@@ -41,6 +41,25 @@ func.func @permutation_with_mask_scalable(%2: memref<?x?xf32>, %dim_1: index, %d
   return %1 : vector<8x[4]x2xf32>
 }
 
+// CHECK:           func.func @permutation_with_mask_transfer_write_scalable(
----------------
MacDue wrote:

The values in the test are all `VAL_<number>`, but if you look at other tests they've been given proper names (like `TRANSPOSE`). 

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


More information about the Mlir-commits mailing list