-
Notifications
You must be signed in to change notification settings - Fork 12.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[VPlan] Remove loop region in optimizeForVFAndUF. #108378
Open
fhahn
wants to merge
33
commits into
llvm:main
Choose a base branch
from
fhahn:vplan-remove-loop-region-instead-of-using-branch-on-cond-true
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
d3614bc
[VPlan] Use ResumePhi to create reduction resume phis.
fhahn 5f8fabe
[VPlan] Remove loop region in optimizeForVFAndUF.
fhahn c68ddd1
Merge remote-tracking branch 'origin/main' into vplan-remove-loop-reg…
fhahn f0421c6
!fixup after merge
fhahn 4a0eb12
Merge remote-tracking branch 'origin/main' into vplan-remove-loop-reg…
fhahn 9499aaa
Merge remote-tracking branch 'origin/main' into vplan-remove-loop-reg…
fhahn a4843b5
!fixup address latest comments, thanks!
fhahn f5d2bc6
Merge remote-tracking branch 'origin/main' into vplan-remove-loop-reg…
fhahn 1222e23
Merge remote-tracking branch 'origin/main' into vplan-remove-loop-reg…
fhahn 706b681
!fixup address latest comments, thanks!
fhahn 71436fc
!fixup fix formatting
fhahn 38cbdf6
Merge remote-tracking branch 'origin/main' into vplan-remove-loop-reg…
fhahn cc43362
!fixup update after merge.
fhahn e758945
!fixup remove unrelated changes.
fhahn d4e8c7e
Merge remote-tracking branch 'origin/main' into vplan-remove-loop-reg…
fhahn 1d4b2e6
!fixup partial fixup after merging main.
fhahn 98529f3
Merge remote-tracking branch 'origin/main' into vplan-remove-loop-reg…
fhahn 0c76e9d
!fixup update on top of current main, iterate to find vector.ph
fhahn dd45cad
[VPlan] Manage created blocks directly in VPlan. (NFC)
fhahn e72a71f
!fixup address comments, add comments
fhahn 407dbc1
[VPlan] Funnel
fhahn af48fcc
[VPlan] Funnel
fhahn f51412a
Merge remote-tracking branch 'origin/main' into manage-blocks-in-vplan
fhahn f2b5e53
Merge remote-tracking branch 'origin/main' into manage-blocks-in-vplan
fhahn 1f4febc
Merge branch 'manage-blocks-in-vplan' into vplan-remove-loop-region-i…
fhahn 3d412a1
Merge remote-tracking branch 'origin/main' into vplan-remove-loop-reg…
fhahn 56a4181
!fixup update after merge
fhahn 88fcf60
Merge remote-tracking branch 'origin/main' into vplan-remove-loop-reg…
fhahn 303ce93
!fixup adjust assert
fhahn 3f016cb
Merge remote-tracking branch 'origin/main' into vplan-remove-loop-reg…
fhahn 430c369
Merge remote-tracking branch 'origin/main' into vplan-remove-loop-reg…
fhahn f9db2d0
!fixup update extra tests.
fhahn cabc591
!fixup fix formatting
fhahn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added, thanks!