This is an archive of the discontinued LLVM Phabricator instance.

[Propeller] Add HasIndirectBranch to BBEntry::Metadata.
ClosedPublic

Authored by rahmanl on May 15 2023, 1:56 PM.

Details

Summary

This information helps to avoid considering cloning for blocks with indirect branches.

Diff Detail

Event Timeline

rahmanl created this revision.May 15 2023, 1:56 PM
Herald added a project: Restricted Project. · View Herald Transcript
rahmanl updated this revision to Diff 522334.May 15 2023, 1:59 PM

Fix comment.

rahmanl published this revision for review.May 15 2023, 1:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 15 2023, 1:59 PM
jhenderson accepted this revision.May 16 2023, 12:40 AM

Implementation in this change looks good, but I don't feel like I have enough knowledge of what this is for etc to give a thumbs up on that side, so somebody else should review too.

This revision is now accepted and ready to land.May 16 2023, 12:40 AM
This revision was landed with ongoing or failed builds.May 23 2023, 7:15 PM
This revision was automatically updated to reflect the committed changes.