Skip to content
Snippets Groups Projects

Parse name of lift-dc-math path

Merged Aaron Councilman requested to merge lift-dc-math-sched into main
2 files
+ 2
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -2,6 +2,7 @@ macro juno-setup!(X) {
//gvn(X);
phi-elim(X);
dce(X);
lift-dc-math(X);
}
macro codegen-prep!(X) {
infer-schedules(X);
Loading