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
可莉不知道呦
Compiler2023-KleeDontKnow
Commits
d1930493
Commit
d1930493
authored
1 year ago
by
可莉不知道呦
Browse files
Options
Download
Patches
Plain Diff
step1 find loop
parent
cf930aae
Pipeline
#10011
failed with stage
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
CMakeLists.txt
+3
-1
CMakeLists.txt
include/BasicBlock.h
+3
-0
include/BasicBlock.h
include/HIR-opt/Loop.h
+34
-0
include/HIR-opt/Loop.h
include/HIR-opt/LoopPass.h
+23
-0
include/HIR-opt/LoopPass.h
src/HIR-opt/HOptimizer.cpp
+22
-18
src/HIR-opt/HOptimizer.cpp
src/HIR-opt/Loop.cpp
+24
-0
src/HIR-opt/Loop.cpp
src/HIR-opt/LoopPass.cpp
+91
-0
src/HIR-opt/LoopPass.cpp
src/main.cpp
+1
-1
src/main.cpp
with
201 additions
and
20 deletions
+201
-20
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