Skip to content

Commit

Permalink
disable schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Fischman committed Jun 3, 2024
1 parent 7445618 commit 32d15c6
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions dag_in_context/src/schedule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub(crate) fn helpers() -> String {
}

pub fn mk_schedule() -> String {
let helpers = helpers();
let _helpers = helpers();
format!(
"
(unstable-combined-ruleset saturating
Expand Down Expand Up @@ -64,24 +64,6 @@ pub fn mk_schedule() -> String {
loop-strength-reduction
loop-peel
)
(run-schedule
{helpers}
loop-peel
(repeat 2
{helpers}
all-optimizations
)
(repeat 4
{helpers}
cheap-optimizations
)
{helpers}
)
"
)
}

0 comments on commit 32d15c6

Please sign in to comment.