Skip to content

Commit

Permalink
Remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Groverkss committed Aug 22, 2023
1 parent 57c14b0 commit 58fa323
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ static LogicalResult raiseTensorExtractToInput(linalg::GenericOp linalgOp,
// 2. A linalg.index.

// 1. Indexing value is a constant.
// TODO: Are there any other operations that produce a constant index value?
APInt constantIndex;
if (matchPattern(indexValue, m_ConstantInt(&constantIndex))) {
exprs.push_back(getAffineConstantExpr(constantIndex.getLimitedValue(),
Expand Down

0 comments on commit 58fa323

Please sign in to comment.