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
!182
loop bound canonicalization
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
loop bound canonicalization
loop-bound-canon
into
main
Overview
0
Commits
3
Pipelines
3
Changes
1
Merged
Xavier Routh
requested to merge
loop-bound-canon
into
main
1 month ago
Overview
0
Commits
3
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Viewing commit
e19a549c
Prev
Next
Show latest version
1 file
+
0
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
e19a549c
remove comment
· e19a549c
Russel Arbore
authored
1 month ago
hercules_opt/src/loop_bound_canon.rs
+
0
−
5
Options
@@ -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