Skip to content

Commit a3d0a64

Browse files
committed
Clarify FIXME
1 parent 745f15f commit a3d0a64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mlir/lib/Conversion/ArmSMEToSCF/ArmSMEToSCF.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,8 @@ struct TileVectorPrintOpConversion : public OpRewritePattern<vector::PrintOp> {
496496
// Extract the current row from the tile.
497497
Value rowIndex = forOp.getInductionVar();
498498
// FIXME: Forward tile IDs.
499+
// For now, if you vector.print a SME tile you need to do
500+
// -allocate-arm-sme-tiles after -convert-arm-sme-to-scf.
499501
auto tileSlice = rewriter.create<arm_sme::MoveTileSliceToVectorOp>(
500502
loc, printOp.getSource(), rowIndex);
501503
// Print the row with a 1D vector.print.

0 commit comments

Comments
 (0)