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
Merge requests
!204
loop bound canon lte
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
loop bound canon lte
loop-bound-lte
into
main
Overview
1
Commits
2
Pipelines
2
Changes
2
1 unresolved thread
Hide all comments
Merged
Xavier Routh
requested to merge
loop-bound-lte
into
main
3 weeks ago
Overview
1
Commits
2
Pipelines
2
Changes
1
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
version 1
version 1
e8ee780c
3 weeks ago
main (base)
and
latest version
latest version
e0f7ae40
2 commits,
3 weeks ago
version 1
e8ee780c
1 commit,
3 weeks ago
Show latest version
1 file
+
0
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
hercules_opt/src/loop_bound_canon.rs
+
0
−
5
Options
@@ -73,8 +73,6 @@ pub fn canonicalize_single_loop_bounds(
.into_iter
()
.partition
(|
f
|
loop_bound_iv_phis
.contains
(
&
f
.phi
()));
println!
(
"{:?}"
,
loop_bound_ivs
);
// Assume there is only one loop bound iv.
if
loop_bound_ivs
.len
()
!=
1
{
@@ -248,9 +246,6 @@ pub fn canonicalize_single_loop_bounds(
}
else
{
None
};
println!
(
"condition node: {:?}"
,
condition_node
);
let
users
=
editor
.get_users
(
condition_node
)
.collect_vec
();
println!
(
"{:?}"
,
users
);
let
mut
condition_node
=
condition_node
;
Loading