Skip to content
GitLab
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
bbaf8a19
Commit
bbaf8a19
authored
10 months ago
by
Linyu
Browse files
Options
Download
Patches
Plain Diff
LoopUnroll 2.2: add mergebb
parent
81c4944a
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
src/Compiler.java
+9
-7
src/Compiler.java
src/frontend/ir/structure/BasicBlock.java
+0
-1
src/frontend/ir/structure/BasicBlock.java
src/midend/SSA/MergeBlock.java
+43
-3
src/midend/SSA/MergeBlock.java
src/midend/loop/BlockType.java
+2
-1
src/midend/loop/BlockType.java
src/midend/loop/LCSSA.java
+3
-1
src/midend/loop/LCSSA.java
src/midend/loop/LoopUnroll.java
+3
-2
src/midend/loop/LoopUnroll.java
with
60 additions
and
15 deletions
+60
-15
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