Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Lustrec - public version
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LustreC
Lustrec - public version
Commits
8a17d52f
Commit
8a17d52f
authored
2 years ago
by
GARION Christophe
Browse files
Options
Downloads
Patches
Plain Diff
[optimizations] remove unnecessary log printing
parent
77e37a05
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/optimize_machine.ml
+2
-2
2 additions, 2 deletions
src/optimize_machine.ml
with
2 additions
and
2 deletions
src/optimize_machine.ml
+
2
−
2
View file @
8a17d52f
...
...
@@ -1090,7 +1090,7 @@ let step_replace_var m reuse step =
Format
.(
fprintf
fmt
"%n{@[%a}@]"
k
(
pp_comma_list
pp_print_int
)
(
IntS
.
elements
s
))
in
Format
.
printf
"AVANT %a@."
(
VMap
.
pp
pp
)
asg
;
(*
Format.printf "AVANT %a@." (VMap.pp pp) asg;
*)
(* SSA *)
let
step_instrs
=
instrs_replace_var
m
fvar
step_instrs
in
(* update the locations of assignments, consider as reassignments only the
...
...
@@ -1106,7 +1106,7 @@ let step_replace_var m reuse step =
(* asg *)
(* VSet.empty *)
in
Format
.
printf
"APRES %a@."
(
VMap
.
pp
pp
)
asg
;
(*
Format.printf "APRES %a@." (VMap.pp pp) asg;
*)
(* not SSA anymore *)
let
step_instrs
=
add_ghost_assigns_reassigned
rasg
step_instrs
in
(* not SSA anymore *)
...
...
This diff is collapsed.
Click to expand it.
Preview
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