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

Commit aa66ebf

Browse files
author
Sven Verdoolaege
committed
partialSchedule: use templated isl types
1 parent b6944f4 commit aa66ebf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tc/core/polyhedral/schedule_utils-inl.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ template <typename Schedule>
6363
inline isl::UnionMap<Statement, Schedule> partialSchedule(
6464
const detail::ScheduleTree* root,
6565
const detail::ScheduleTree* node) {
66-
auto prefix = detail::partialScheduleImpl<Schedule>(root, node, true);
67-
return isl::UnionMap<Statement, Schedule>(prefix);
66+
return detail::partialScheduleImpl<Schedule>(root, node, true);
6867
}
6968

7069
namespace detail {

0 commit comments

Comments
 (0)