Unverified Commit 0f33c548 authored by Karthika Devi C's avatar Karthika Devi C Committed by GitHub
Browse files

[polly][ScheduleOptimizer] Use IslMaxOperationsGuard helper instead of...

[polly][ScheduleOptimizer] Use IslMaxOperationsGuard helper instead of explicit restoration (#79303)

To fix long compile time issue of Schedule optimizer, patch #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.
parent 411554a3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment