Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Hercules
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
llvm
Hercules
Commits
e0f7ae40
Commit
e0f7ae40
authored
3 weeks ago
by
Russel Arbore
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
e8ee780c
No related branches found
No related tags found
1 merge request
!204
loop bound canon lte
Pipeline
#201931
passed
3 weeks ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hercules_opt/src/loop_bound_canon.rs
+0
-5
0 additions, 5 deletions
hercules_opt/src/loop_bound_canon.rs
with
0 additions
and
5 deletions
hercules_opt/src/loop_bound_canon.rs
+
0
−
5
View file @
e0f7ae40
...
@@ -73,8 +73,6 @@ pub fn canonicalize_single_loop_bounds(
...
@@ -73,8 +73,6 @@ pub fn canonicalize_single_loop_bounds(
.into_iter
()
.into_iter
()
.partition
(|
f
|
loop_bound_iv_phis
.contains
(
&
f
.phi
()));
.partition
(|
f
|
loop_bound_iv_phis
.contains
(
&
f
.phi
()));
println!
(
"{:?}"
,
loop_bound_ivs
);
// Assume there is only one loop bound iv.
// Assume there is only one loop bound iv.
if
loop_bound_ivs
.len
()
!=
1
{
if
loop_bound_ivs
.len
()
!=
1
{
...
@@ -248,9 +246,6 @@ pub fn canonicalize_single_loop_bounds(
...
@@ -248,9 +246,6 @@ pub fn canonicalize_single_loop_bounds(
}
else
{
}
else
{
None
None
};
};
println!
(
"condition node: {:?}"
,
condition_node
);
let
users
=
editor
.get_users
(
condition_node
)
.collect_vec
();
println!
(
"{:?}"
,
users
);
let
mut
condition_node
=
condition_node
;
let
mut
condition_node
=
condition_node
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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