Skip to content
Snippets Groups Projects

Identify and lower library functions

Merged rarbore2 requested to merge egg into main
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -12,9 +12,12 @@ fixpoint {
fork-coalesce(*);
infer-schedules(*);
dce(*);
rewrite(*);
fixpoint {
simplify-cfg(*);
dce(*);
}
let out = auto-outline(*);
gpu(out.matmul);
ip-sroa(*);
sroa(*);
dce(*);
Loading