Skip to content
Snippets Groups Projects
Commit e0f7ae40 authored by Russel Arbore's avatar Russel Arbore
Browse files

cleanup

parent e8ee780c
No related branches found
No related tags found
1 merge request!204loop bound canon lte
Pipeline #201931 passed
...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment