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
2c636719
Commit
2c636719
authored
1 year ago
by
可莉不知道呦
Browse files
Options
Download
Plain Diff
Merge commit '
4045abab
' into CFG
parents
9e943756
4045abab
Pipeline
#10561
failed with stage
in 0 seconds
Changes
11
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
include/Function.h
+2
-0
include/Function.h
include/HIR-opt/DomTreePass.h
+2
-1
include/HIR-opt/DomTreePass.h
include/HIR-opt/LoopPass.h
+6
-0
include/HIR-opt/LoopPass.h
include/HIR-opt/SccpPass.h
+17
-5
include/HIR-opt/SccpPass.h
src/BasicBlock.cpp
+8
-1
src/BasicBlock.cpp
src/HIR-opt/DomTreePass.cpp
+1
-1
src/HIR-opt/DomTreePass.cpp
src/HIR-opt/HOptUtils.cpp
+8
-5
src/HIR-opt/HOptUtils.cpp
src/HIR-opt/Mem2RegPass.cpp
+1
-0
src/HIR-opt/Mem2RegPass.cpp
src/HIR-opt/SccpPass.cpp
+203
-5
src/HIR-opt/SccpPass.cpp
src/IRInstruction.cpp
+46
-11
src/IRInstruction.cpp
src/main.cpp
+5
-5
src/main.cpp
with
299 additions
and
34 deletions
+299
-34
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