[Mlir-commits] [mlir] [mlir][ArmSME] Add arith-to-arm-sme conversion pass (PR #78197)
Benjamin Maxwell
llvmlistbot at llvm.org
Wed Jan 17 08:08:40 PST 2024
================
@@ -42,6 +49,16 @@ std::optional<ArmSMETileType> getSMETileType(VectorType);
/// Verifies the tile ID (if set) on this tile operation is valid.
LogicalResult verifyOperationHasValidTileId(Operation *);
+using LoopBodyBuilder =
----------------
MacDue wrote:
`LoopBodyBuilder` is quite vague, it does not mention tiles, or that this is a function.
Maybe just remove this alias and use `auto` rather than `arm_sme::LoopBodyBuilder` at call sites.
https://github.com/llvm/llvm-project/pull/78197
More information about the Mlir-commits
mailing list