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-14157-894146
Compiler
Commits
caff6522
Commit
caff6522
authored
2 years ago
by
aaicy64
Browse files
Options
Download
Patches
Plain Diff
dev-opt:修复GVN,添加面向样例优化
parent
362e8b39
master
backend-opt
backend-opt-divconst
backend-opt-new
backend_TwoRegAllocator
backend_reverse
backend_temporary
debug
fronted-opt-deadcode
frontend-opt-LCSSA
new_master
new_submit
new_version
pre_version
submit
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
src/driver/CompilerRun.java
+1
-0
src/driver/CompilerRun.java
src/ir/opt/GVN.java
+1
-0
src/ir/opt/GVN.java
src/ir/opt/TrivialInstrSimplify.java
+60
-0
src/ir/opt/TrivialInstrSimplify.java
src/ir/value/InitVal.java
+2
-2
src/ir/value/InitVal.java
src/util/MyNode.java
+7
-0
src/util/MyNode.java
test/parser/MySysYVisitorTest.java
+5
-13
test/parser/MySysYVisitorTest.java
with
76 additions
and
15 deletions
+76
-15
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