[Mlir-commits] [mlir] [mlir][ArmSME] Lower vector.extract/insert on SME tiles to MOVA intrinsics (PR #67786)
Cullen Rhodes
llvmlistbot at llvm.org
Mon Oct 2 05:13:21 PDT 2023
================
@@ -550,6 +550,117 @@ struct VectorOuterProductToArmSMELowering
}
};
+/// Lower `vector.extract` using `arm_sme.move_tile_slice_to_vector`.
+///
+/// Example:
+/// ```
+/// %el = vector.extract %tile[%y,%x]: i32 from vector<[4]x[4]xi32>
----------------
c-rhodes wrote:
use row/col here as well? (and insert example)
https://github.com/llvm/llvm-project/pull/67786
More information about the Mlir-commits
mailing list