[Mlir-commits] [mlir] [mlir][ArmSME] Switch to an attribute-based tile allocation scheme (PR #73253)
Benjamin Maxwell
llvmlistbot at llvm.org
Mon Nov 27 02:51:24 PST 2023
================
@@ -506,6 +496,7 @@ struct TileVectorPrintOpConversion : public OpRewritePattern<vector::PrintOp> {
rewriter.setInsertionPointToStart(forOp.getBody());
// Extract the current row from the tile.
Value rowIndex = forOp.getInductionVar();
+ // FIXME: Forward tile IDs.
----------------
MacDue wrote:
I think the correct fix here is just to more the vector.print lowering into `-convert-vector-to-arm-sme` as it's a vector op lowering, not an ArmSME op lowering.
https://github.com/llvm/llvm-project/pull/73253
More information about the Mlir-commits
mailing list