[Mlir-commits] [mlir] [mlir][ArmSME] Rename slice move operations to insert/extract_tile_slice (PR #106755)

Cullen Rhodes llvmlistbot at llvm.org
Mon Sep 2 00:32:12 PDT 2024


================
@@ -267,7 +267,7 @@ struct BroadcastOpToArmSMELowering
 ///   %broadcast_to_tile = scf.for %tile_slice_index = %c0 to %num_tile_slices
 ///       step %c1 iter_args(%iter_tile = %init_tile) -> (vector<[4]x[4]xi32>)
 ///   {
-///     %tile_update = arm_sme.move_vector_to_tile_slice
+///     %tile_update = arm_sme.insert_tile_slice
 ///        %broadcast_to_1d, %iter_tile, %tile_slice_index :
----------------
c-rhodes wrote:

syntax needs updating

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


More information about the Mlir-commits mailing list