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
YetJustSysyc
Compiler2024-人工式生成智能
Commits
6e798713
Commit
6e798713
authored
9 months ago
by
Juni May
Browse files
Options
Download
Patches
Plain Diff
wip(ir): trying to mitigate unrolling and inlining
parent
ee688fb3
master
No related merge requests found
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
src/backend/reg_alloc/reg_coalescing.rs
+5
-5
src/backend/reg_alloc/reg_coalescing.rs
src/bin/compiler.rs
+9
-6
src/bin/compiler.rs
src/ir/passes/constant_phi.rs
+1
-1
src/ir/passes/constant_phi.rs
src/ir/passes/control_flow/ph_layout.rs
+11
-11
src/ir/passes/control_flow/ph_layout.rs
src/ir/passes/gcm.rs
+1
-1
src/ir/passes/gcm.rs
src/ir/passes/inline.rs
+1
-1
src/ir/passes/inline.rs
src/ir/passes/loops/unroll.rs
+42
-37
src/ir/passes/loops/unroll.rs
src/ir/passman.rs
+4
-4
src/ir/passman.rs
with
74 additions
and
66 deletions
+74
-66
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