Skip to content

Commit

Permalink
Update compiler/plugins/target/AMD-AIE/iree-amd-aie/Transforms/AMDAIE…
Browse files Browse the repository at this point in the history
…ControlCodeForallToFor.cpp

Co-authored-by: James Newling <[email protected]>
  • Loading branch information
jtuyls and newling authored Nov 21, 2024
1 parent add8616 commit b354f08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ LogicalResult forallToFor(RewriterBase &rewriter, Operation *op) {
return WalkResult::advance();
}
if (failed(scf::forallToForLoop(rewriter, forallOp))) {
forallOp.emitOpError() << "failed to transform `scf.forall` to `scf.for`";
forallOp.emitOpError() << "was not transformed from `scf.forall` to `scf.for`";
return WalkResult::interrupt();
}
return WalkResult::advance();
Expand Down

0 comments on commit b354f08

Please sign in to comment.