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-17291-1894922
Compiler2023-YatCC-3109
Commits
1094b59a
Commit
1094b59a
authored
1 year ago
by
panwx5
Browse files
Options
Download
Patches
Plain Diff
[opt]: add inliner
parent
a454ca9b
riscv
No related merge requests found
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
src/backEnd/arm.cpp
+8
-5
src/backEnd/arm.cpp
src/frontEnd/MyVisitor.cpp
+1
-3
src/frontEnd/MyVisitor.cpp
src/frontEnd/main.cpp
+1
-1
src/frontEnd/main.cpp
src/opt/cse.cpp
+13
-7
src/opt/cse.cpp
src/opt/inliner.cpp
+29
-2
src/opt/inliner.cpp
src/opt/loopUnroll.cpp
+22
-64
src/opt/loopUnroll.cpp
with
74 additions
and
82 deletions
+74
-82
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