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-26173-2487151
sysy-compiler-1811
Commits
f16f8758
Commit
f16f8758
authored
10 months ago
by
noveky
Browse files
Options
Download
Patches
Plain Diff
增加窥孔优化的情况(现在还不能去掉SSA)
parent
1da38d18
No related merge requests found
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
src/backend/instruction.h
+7
-1
src/backend/instruction.h
src/backend/instruction_selection.cpp
+1
-1
src/backend/instruction_selection.cpp
src/backend/peephole.cpp
+36
-8
src/backend/peephole.cpp
src/frontend/AstToIR.cpp
+5
-4
src/frontend/AstToIR.cpp
src/midend/opt/CopyProp.cpp
+3
-3
src/midend/opt/CopyProp.cpp
src/midend/opt/IRPasses.cpp
+15
-13
src/midend/opt/IRPasses.cpp
with
67 additions
and
30 deletions
+67
-30
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