Skip to content

Commit

Permalink
nit TODO comment suggestion change
Browse files Browse the repository at this point in the history
Co-authored-by: Jorn Tuyls <[email protected]>
  • Loading branch information
Abhishek-Varma and jtuyls authored Aug 29, 2024
1 parent 0271217 commit be796a8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ LogicalResult splitLogicalObjectFifos(
rewriter, staticL3AsSourceOffsets[nonSplitdim], offsetToAdd, context);
if (failed(newOffset)) {
// TODO: Ideally we should be able to handle even +, -, *, /, etc.
// But handle this later (if at all!) as such cases aren't
// going to arise.
// But handle this later (if at all!) as such cases might not
// arise.
l3ToL2DmaOp->emitRemark()
<< "Unhandled expression for source offset at dim " << nonSplitdim;
return failure();
Expand Down

0 comments on commit be796a8

Please sign in to comment.