You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
ScheduleTree::fromList: statically check for Sequence/Set node type
Statically assert that the type of node being constructed is Sequence or
Set. This function is not called for other types and would have failed
to compile anyway since it constructs a tree element from an isl::ctx
only, which is impossible for other types. Remove the useless dynamic
check before calling flattenSequenceOrSet.
0 commit comments