Skip to content

Commit c8855b6

Browse files
committed
removing unused ParallelComputeFunctionArgs::upperBounds
1 parent 6684c39 commit c8855b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/lib/Dialect/Async/Transforms/AsyncParallelFor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ struct ParallelComputeFunctionArgs {
141141
BlockArgument blockSize();
142142
ArrayRef<BlockArgument> tripCounts();
143143
ArrayRef<BlockArgument> lowerBounds();
144-
ArrayRef<BlockArgument> upperBounds();
145144
ArrayRef<BlockArgument> steps();
146145
ArrayRef<BlockArgument> captures();
147146

0 commit comments

Comments
 (0)