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
[polly][ScheduleOptimizer] Use IslMaxOperationsGuard helper instead of explicit restoration
To fix long compile time issue of Schedule optimizer, patch llvm#77280 sets
the upper cap on max ISL operations. In case of bailing out when isl
quota is hit, error handling behavior was restored manually. This
commit replaces the restoration code with IslMaxOperationsGuard helper
and also removes redundant early return. This way of using helper is
less error-prone as well.
0 commit comments