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

Commit bade5f4

Browse files
author
Sven Verdoolaege
committed
infixScheduleMupa: drop work-around for bug in isl
The bug has been fixed.
1 parent 4230b2c commit bade5f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tc/core/polyhedral/schedule_transforms.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,6 @@ isl::multi_union_pw_aff infixScheduleMupa(
459459
auto domain = domainElem->domain_.universe();
460460
auto zero = isl::multi_val::zero(domain.get_space().set_from_params());
461461
auto prefix = isl::multi_union_pw_aff(domain, zero);
462-
// Work around bug in isl.
463-
prefix = prefix.intersect_domain(domain);
464462
prefix = foldl(
465463
filterType<ScheduleTreeElemBand>(tree->ancestors(relativeRoot)),
466464
[](const ScheduleTree* st, isl::multi_union_pw_aff pref) {

0 commit comments

Comments
 (0)