This is an archive of the discontinued LLVM Phabricator instance.

[Polly] Remove dead code in IndependentBlocks
ClosedPublic

Authored by Meinersbur on Aug 8 2015, 10:38 AM.

Details

Summary

The splitExitBlock function is never called. Going to replace its functionality in successive patches that do not modify the IR.

Diff Detail

Event Timeline

Meinersbur updated this revision to Diff 31584.Aug 8 2015, 10:38 AM
Meinersbur retitled this revision from to [Polly] Remove dead code in IndependentBlocks.
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 8 2015, 10:53 AM
grosser edited edge metadata.

This looks good to me.

Michael, this change is simple/trivial enough that you do not need a pre-commit review. You can just commit and rely on post-commit review for the unlikely case that somebody has some additional
comments.

This revision is now accepted and ready to land.Aug 8 2015, 10:53 AM
Meinersbur closed this revision.Aug 8 2015, 1:31 PM