This is an archive of the discontinued LLVM Phabricator instance.

Add opt-bisect support to polly
ClosedPublic

Authored by efriedma on May 31 2017, 6:45 PM.

Details

Summary

This is useful for debugging miscompiles and extracting testcases for crashes. See http://llvm.org/docs/OptBisect.html .

Depends on D33751.

Diff Detail

Repository
rL LLVM

Event Timeline

efriedma created this revision.May 31 2017, 6:45 PM
grosser accepted this revision.May 31 2017, 10:16 PM

Thank you Eli!

This revision is now accepted and ready to land.May 31 2017, 10:16 PM
This revision was automatically updated to reflect the committed changes.