This is an archive of the discontinued LLVM Phabricator instance.

[Loop Peeling] Enable peeling of multiple exits by default
ClosedPublic

Authored by skatkov on Jul 12 2019, 1:52 AM.

Details

Summary

Enable loop peeling with multiple exits where all non-latch exits
ends up with deopt by default.

Diff Detail

Repository
rL LLVM

Event Timeline

skatkov created this revision.Jul 12 2019, 1:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2019, 1:52 AM
reames accepted this revision.Jul 12 2019, 9:51 AM
This revision is now accepted and ready to land.Jul 12 2019, 9:51 AM
This revision was automatically updated to reflect the committed changes.