[Mlir-commits] [mlir] [mlir][ArmSME] Add arm_sme.move_tile_slice_to_vector op (PR #67652)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Thu Sep 28 07:02:25 PDT 2023
================
@@ -202,16 +202,11 @@ struct TileStoreOpConversion : public OpRewritePattern<arm_sme::TileStoreOp> {
/// %c0 = arith.constant 0 : index
----------------
banach-space wrote:
[nit] MOVA is not really involved here (comment for L193)
> /// Lowers `vector.print` of a tile into a loop over the rows of the tile,
> /// extracting them via a MOVA, then printing with a 1D `vector.print`.
https://github.com/llvm/llvm-project/pull/67652
More information about the Mlir-commits
mailing list