-
Notifications
You must be signed in to change notification settings - Fork 14.3k
llvm-reduce: Support exotic terminators in instructions-to-return #134794
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
llvm-reduce: Support exotic terminators in instructions-to-return #134794
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
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
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.
LGTM
Merge activity
|
19ec5ce
to
07008f3
Compare
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 <[email protected]>
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
|
…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.
…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.
…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.
…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.
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.