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
e887bda9
Commit
e887bda9
authored
1 year ago
by
可莉不知道呦
Browse files
Options
Download
Patches
Plain Diff
add DePhi
parent
1cca33b9
main
CFG
CSE
GCM
GVN
GVN1
InliningPass
LoopPass
OffsetInS11
SCCP
StrenReduction
div
loo
loop
mian
peephole
phi-destruct
submit2
submit5
submit6
submit7
submit8
submit9
test10
test11
test12
test13
test14
test15
test6
test7
test7-1
test8
test9
test_many_params
No related merge requests found
Pipeline
#9737
failed with stage
in 0 seconds
Changes
9
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
CMakeLists.txt
+1
-1
CMakeLists.txt
include/HIR-opt/DePhiPass.h
+20
-0
include/HIR-opt/DePhiPass.h
include/HIR-opt/HOptUtils.h
+1
-0
include/HIR-opt/HOptUtils.h
include/IRInstruction.h
+12
-0
include/IRInstruction.h
include/Instruction.h
+1
-1
include/Instruction.h
src/HIR-opt/DePhiPass.cpp
+34
-0
src/HIR-opt/DePhiPass.cpp
src/HIR-opt/HOptUtils.cpp
+10
-0
src/HIR-opt/HOptUtils.cpp
src/HIR-opt/HOptimizer.cpp
+4
-0
src/HIR-opt/HOptimizer.cpp
src/IRInstruction.cpp
+14
-0
src/IRInstruction.cpp
with
97 additions
and
2 deletions
+97
-2
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