This is an archive of the discontinued LLVM Phabricator instance.

[Polly] Allow PHI nodes in exit block
AbandonedPublic

Authored by Meinersbur on Aug 8 2015, 11:36 AM.

Details

Reviewers
grosser
Summary

Remove the check for valid exit blocks, which can now be handled downstream.

Diff Detail

Event Timeline

Meinersbur updated this revision to Diff 31590.Aug 8 2015, 11:36 AM
Meinersbur retitled this revision from to [Polly] Allow PHI nodes in exit block.
Meinersbur updated this object.
Meinersbur added a reviewer: grosser.
Meinersbur added a project: Restricted Project.
Meinersbur added a subscriber: pollydev.
grosser accepted this revision.Aug 12 2015, 1:46 PM
grosser edited edge metadata.

LGTM, but please merge with other patches. We do not want to commit incomplete patches that leave Polly in a broken state. (This patch alone without backend changes will trigger assertion failures when run on code with phi nodes in exit)

This revision is now accepted and ready to land.Aug 12 2015, 1:46 PM
Meinersbur abandoned this revision.Aug 13 2015, 10:50 AM

Merged into D11869