Skip to content
Snippets Groups Projects

loop bound canonicalization

Merged Xavier Routh requested to merge loop-bound-canon into main
1 file
+ 0
5
Compare changes
  • Side-by-side
  • Inline
@@ -10,11 +10,6 @@ use hercules_ir::*;
use crate::*;
/*
* TODO: Forkify currently makes a bunch of small edits - this needs to be
* changed so that every loop that gets forkified corresponds to a single edit
* + sub-edits. This would allow us to run forkify on a subset of a function.
*/
pub fn loop_bound_canon_toplevel(
editor: &mut FunctionEditor,
fork_join_map: &HashMap<NodeID, NodeID>,
Loading