Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CertiCompil
CompCert-KVX
Commits
21d43bc4
Commit
21d43bc4
authored
Mar 21, 2021
by
Léo Gourdin
Browse files
Remove first nop when doing expansion
parent
bc4a980b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
riscV/ExpansionOracle.ml
View file @
21d43bc4
This diff is collapsed.
Click to expand it.
scheduling/RTLpathScheduleraux.ml
View file @
21d43bc4
...
...
@@ -326,6 +326,7 @@ let scheduler f =
(*debug_flag := false;*)
(*print_superblocks lsb code; debug "\n";*)
find_last_node_reg
(
PTree
.
elements
code
);
(*node := !node - 1;*)
let
(
tc
,
pm
)
=
do_schedule
code
pm
lsb
in
(((
tc
,
entry
)
,
pm
)
,
id_ptree
)
end
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment