Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit bc32325

Browse files
author
Sven Verdoolaege
committed
bandTile: remove reference to corresponding implementation on isl schedule trees
It's irrelevant.
1 parent 818c4fd commit bc32325

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tc/core/polyhedral/schedule_transforms.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ ScheduleTree* bandTile(
397397
auto ebChild = childUPtr->elemAs<ScheduleTreeElemBand>();
398398
TC_CHECK(ebChild) << "Not a band: " << *childUPtr;
399399
auto& childBand = *ebChild;
400-
// No need for isl_schedule_band_point, it's almost done
401400
if (tileOptions & TileOptions::ShiftPointLoops) {
402401
auto mupa = band.mupa_;
403402
if (!(tileOptions & TileOptions::ScaleTileLoops)) {

0 commit comments

Comments
 (0)