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-26173-2487151
compiler_return_0-1317
Commits
1ed46f33
Commit
1ed46f33
authored
10 months ago
by
zerolllin
Browse files
Options
Download
Patches
Plain Diff
16
parent
3690b31f
final
16
17
18
19
20
21
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/middleend/optimizer.cpp
+0
-1
src/middleend/optimizer.cpp
with
0 additions
and
1 deletion
+0
-1
src/middleend/optimizer.cpp
+
0
−
1
View file @
1ed46f33
...
@@ -121,7 +121,6 @@ Optimizer::Optimizer(ir::Module *module, bool o1) {
...
@@ -121,7 +121,6 @@ Optimizer::Optimizer(ir::Module *module, bool o1) {
GlobalCodeMotion
gcm
(
cfg
);
GlobalCodeMotion
gcm
(
cfg
);
RemoveUselessInst
ru1
(
func
);
RemoveUselessInst
ru1
(
func
);
}
}
return
;
// if (!parallel_success)
// if (!parallel_success)
DeadCodeEliminate
dd2
(
module
);
DeadCodeEliminate
dd2
(
module
);
RemoveOneStore
ros1
(
module
);
RemoveOneStore
ros1
(
module
);
...
...
This diff is collapsed.
Click to expand it.
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