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-12619-928705
ssyc
Commits
9e6f42de
Commit
9e6f42de
authored
2 years ago
by
youngk1019
Browse files
Options
Download
Patches
Plain Diff
增加了除常熟优化
parent
4dd68bb4
temp/no-gep-induction
dev/backend-constant-optimization
dev/brToCond
dev/peephole
dev/peephole-mla
dev/weight-regAllocator
ir-opt/inst-comb
ir-opt/loop
stable
stable4
No related merge requests found
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
src/backend/arm/ArmInst.java
+5
-4
src/backend/arm/ArmInst.java
src/backend/arm/ArmInstBinary.java
+22
-3
src/backend/arm/ArmInstBinary.java
src/backend/arm/ArmInstMove.java
+16
-0
src/backend/arm/ArmInstMove.java
src/backend/arm/ArmInstTernay.java
+4
-0
src/backend/arm/ArmInstTernay.java
src/backend/arm/ArmShift.java
+50
-0
src/backend/arm/ArmShift.java
src/backend/codegen/CodeGenManager.java
+97
-30
src/backend/codegen/CodeGenManager.java
test-data/asm-handmade/31-const-div.in
+11
-0
test-data/asm-handmade/31-const-div.in
test-data/asm-handmade/31-const-div.out
+141
-0
test-data/asm-handmade/31-const-div.out
test-data/asm-handmade/31-const-div.sy
+36
-0
test-data/asm-handmade/31-const-div.sy
test-data/asm-handmade/32-const-mod.in
+11
-0
test-data/asm-handmade/32-const-mod.in
test-data/asm-handmade/32-const-mod.out
+151
-0
test-data/asm-handmade/32-const-mod.out
test-data/asm-handmade/32-const-mod.sy
+38
-0
test-data/asm-handmade/32-const-mod.sy
with
582 additions
and
37 deletions
+582
-37
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