Commit 81f24b7f authored by 焦子谦's avatar 焦子谦
Browse files

grl打开了部分优化

No related merge requests found
Showing with 3 additions and 4 deletions
+3 -4
......@@ -67,10 +67,9 @@ public class Compiler {
LoopUnroll.execute(functions);
}
DFG.execute(functions);
// LCSSA.execute(functions);
// LoopRotate.execute(functions);
// LCSSA.execute(functions);这里可能会有问题
// RemoveUseLessPhi.execute(functions);
AnalysisLoop.execute(functions);
LoopInvariantMotion.execute(functions);
RemoveUseLessPhi.execute(functions);
DeadCodeRemove.execute(functions);
// OIS.execute(functions);
......
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