Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-26173-2487151
Compiler2024-SubmarineCompiler-2508
Commits
81f24b7f
Commit
81f24b7f
authored
8 months ago
by
焦子谦
Browse files
Options
Download
Patches
Plain Diff
grl打开了部分优化
parent
05e9b84e
LoopRotate
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Compiler.java
+3
-4
src/Compiler.java
with
3 additions
and
4 deletions
+3
-4
src/Compiler.java
+
3
−
4
View file @
81f24b7f
...
...
@@ -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);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets