Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
YetJustSysyc
Compiler2024-人工式生成智能
Commits
9b3e7582
Commit
9b3e7582
authored
10 months ago
by
冯思程
Browse files
Options
Download
Plain Diff
Merge branch 'make-loop-great-again' of
https://github.com/JuniMay/orzcc
into enternal_test
parents
7132005e
ee688fb3
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
src/bin/compiler.rs
+9
-3
src/bin/compiler.rs
src/frontend/sysy/irgen.rs
+41
-1
src/frontend/sysy/irgen.rs
src/ir/function_analysis.rs
+26
-9
src/ir/function_analysis.rs
src/ir/inst.rs
+8
-0
src/ir/inst.rs
src/ir/passes/control_flow/ph_layout.rs
+93
-27
src/ir/passes/control_flow/ph_layout.rs
src/ir/passes/loops/invariant_motion.rs
+38
-13
src/ir/passes/loops/invariant_motion.rs
src/ir/passes/tco.rs
+13
-0
src/ir/passes/tco.rs
with
228 additions
and
53 deletions
+228
-53
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