Conversation
This was referenced Apr 8, 2025
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Contributor
|
LGTM! |
c1e5029 to
1fc3466
Compare
f86430f to
59926c0
Compare
1fc3466 to
18d8c30
Compare
254c039 to
579ac18
Compare
18d8c30 to
a7f6d27
Compare
579ac18 to
d5457f8
Compare
a7f6d27 to
a1b1e09
Compare
nikic
approved these changes
May 2, 2025
Contributor
Author
Merge activity
|
19ec5ce to
07008f3
Compare
Base automatically changed from
users/arsenm/llvm-reduce/rewrite-function-return-types-no-call-uses
to
main
May 2, 2025 14:20
Use splitBasicBlock and avoid directly dealing with the specific of how to trim the existing terminators. We just need to deal with unconditional branch to return.
Co-authored-by: Nikita Popov <npopov@redhat.com>
cd2b08e to
c896766
Compare
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/174/builds/17160 Here is the relevant piece of the build log for the reference |
IanWood1
pushed a commit
to IanWood1/llvm-project
that referenced
this pull request
May 6, 2025
…vm#134794) Use splitBasicBlock and avoid directly dealing with the specific of how to trim the existing terminators. We just need to deal with unconditional branch to return.
GeorgeARM
pushed a commit
to GeorgeARM/llvm-project
that referenced
this pull request
May 7, 2025
…vm#134794) Use splitBasicBlock and avoid directly dealing with the specific of how to trim the existing terminators. We just need to deal with unconditional branch to return.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Use splitBasicBlock and avoid directly dealing with the specific of
how to trim the existing terminators. We just need to deal with
unconditional branch to return.