Forkify + Loop Canonicalization + Initial Fork Fission
Merge request reports
Activity
- Resolved by rarbore2
- Resolved by rarbore2
592 610 } 593 611 } 594 612 613 pub type DenseNodeMap<T> = Vec<T>; 614 pub type SparseNodeMap<T> = HashMap<NodeID, T>; 615 616 nest! { 617 // Is this something editor should give... Or is it just for analyses. This does seem like a useful analysis, since you need a convenient way to get both uses and users I think it's fine to use a FunctionEditor for now (though we may want to revisit that if we want to use this in any analyses in
hercules_ir/
). This should probably gohercules_opt/src/utils.rs
.Edited by rarbore2changed this line in version 20 of the diff
added 14 commits
-
0b743e03...de78461b - 12 commits from branch
main
- b39bef69 - Merge branch 'main' into fork-opt
- db292705 - interpreter + forkify fixes
-
0b743e03...de78461b - 12 commits from branch
added 9 commits
-
db292705...53c5c99e - 8 commits from branch
main
- bf586bf1 - Merge branch 'main' into fork-opt
-
db292705...53c5c99e - 8 commits from branch
added 10 commits
-
bf586bf1...ef60e869 - 6 commits from branch
main
- 1402f583 - forkify fixes
- cb7cbc82 - Merge branch 'main' into fork-opt
- 056eb85b - Merge branch 'main' into fork-opt
- 5a91ed03 - prep for merge
Toggle commit list-
bf586bf1...ef60e869 - 6 commits from branch
Please register or sign in to reply