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
23903220
Commit
23903220
authored
7 months ago
by
Linyu
Browse files
Options
Download
Patches
Plain Diff
loop rotate 5.3: 能对两个点,删去了后一个LCSSA
parent
bbead89e
main
grl_last
loopUnroll
No related merge requests found
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
src/Compiler.java
+20
-4
src/Compiler.java
src/backend/IrParser.java
+6
-0
src/backend/IrParser.java
src/frontend/ir/instr/otherop/PhiInstr.java
+6
-0
src/frontend/ir/instr/otherop/PhiInstr.java
src/midend/RemovePhi.java
+1
-1
src/midend/RemovePhi.java
src/midend/loop/LoopLift.java
+40
-19
src/midend/loop/LoopLift.java
src/midend/loop/LoopSimplify.java
+17
-0
src/midend/loop/LoopSimplify.java
src/midend/loop/LoopUnroll.java
+8
-2
src/midend/loop/LoopUnroll.java
with
98 additions
and
26 deletions
+98
-26
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