This is an archive of the discontinued LLVM Phabricator instance.

[BasicBlock] add helper getPostdominatingDeoptimizeCall
ClosedPublic

Authored by fedor.sergeev on Jan 15 2020, 12:45 AM.

Details

Summary

It appears to be rather useful when analyzing Loops with multiple
deoptimizing exits, perhaps merged ones.
For now it is used in LoopPredication, will be adding more uses
in other loop passes.

Diff Detail

Event Timeline

fedor.sergeev created this revision.Jan 15 2020, 12:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 15 2020, 12:45 AM
reames accepted this revision.Jan 15 2020, 8:07 AM
This revision is now accepted and ready to land.Jan 15 2020, 8:07 AM
This revision was automatically updated to reflect the committed changes.