This is an archive of the discontinued LLVM Phabricator instance.

Sink call instructions.
Needs ReviewPublic

Authored by hudsontek on Aug 18 2022, 11:00 PM.

Details

Summary

Currently call instructions are sunk during IR stage under simple conditions. This diff is to address the call instructions not getting sunk by IR passes where the situation is more complicated.

Diff Detail

Event Timeline

hudsontek created this revision.Aug 18 2022, 11:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 18 2022, 11:00 PM
hudsontek requested review of this revision.Aug 18 2022, 11:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 18 2022, 11:00 PM