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
educg-net-18973-1895971
Compiler2023-CarrotCompiler
Commits
e62e957f
Commit
e62e957f
authored
1 year ago
by
大萝卜编译生产队
Browse files
Options
Download
Patches
Plain Diff
常量传播
parent
7aafac54
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
src/main.cpp
+26
-18
src/main.cpp
src/opt/BasicOperation.cpp
+54
-0
src/opt/BasicOperation.cpp
src/opt/BasicOperation.h
+14
-0
src/opt/BasicOperation.h
src/opt/CMakeLists.txt
+4
-1
src/opt/CMakeLists.txt
src/opt/ConstSpread.cpp
+354
-0
src/opt/ConstSpread.cpp
src/opt/ConstSpread.h
+23
-0
src/opt/ConstSpread.h
src/opt/Loop.cpp
+0
-0
src/opt/Loop.cpp
src/opt/Loop.h
+0
-0
src/opt/Loop.h
src/opt/opt.h
+13
-0
src/opt/opt.h
with
488 additions
and
19 deletions
+488
-19
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