This is an archive of the discontinued LLVM Phabricator instance.

[Polly] [NFC] [PPCGCodeGeneration] Gracefully fail if invariant load hoisting fails in PPCGCodegen.
AbandonedPublic

Authored by bollu on Aug 7 2017, 7:58 AM.

Details

Summary

When hoistInvariantLoads fails, we do the same process that
CodeGeneration does and

For this, we expose the markBlockUnreachable functionality to be shared across
PPCGCodeGeneration and CodeGeneration.

Event Timeline

bollu created this revision.Aug 7 2017, 7:58 AM
grosser accepted this revision.Aug 7 2017, 8:01 AM

Thanks!

This revision is now accepted and ready to land.Aug 7 2017, 8:01 AM
bollu added a comment.Aug 8 2017, 4:56 AM

Closing due to duplicate of D36457

bollu abandoned this revision.Aug 8 2017, 5:05 AM