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-17291-1894922
Compiler2023-CarrotCompiler-3340
Commits
a537388d
Commit
a537388d
authored
1 year ago
by
大萝卜编译生产队
Browse files
Options
Download
Patches
Plain Diff
跳转修复
parent
bd04d1eb
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
src/main.cpp
+2
-0
src/main.cpp
src/opt/BasicOperation.h
+1
-1
src/opt/BasicOperation.h
src/opt/CMakeLists.txt
+3
-2
src/opt/CMakeLists.txt
src/opt/DeleteDeadCode.cpp
+2
-4
src/opt/DeleteDeadCode.cpp
src/opt/MemToReg.cpp
+286
-0
src/opt/MemToReg.cpp
src/opt/MemToReg.h
+26
-0
src/opt/MemToReg.h
src/opt/SimplifyJump.cpp
+78
-80
src/opt/SimplifyJump.cpp
src/opt/SimplifyJump.h
+0
-2
src/opt/SimplifyJump.h
test/compiler2022
+1
-1
test/compiler2022
with
399 additions
and
90 deletions
+399
-90
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