This is an archive of the discontinued LLVM Phabricator instance.

Add opt-bisect support for region passes
ClosedPublic

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

Diff Detail

Repository
rL LLVM

Event Timeline

efriedma created this revision.May 31 2017, 6:36 PM
MatzeB accepted this revision.May 31 2017, 7:02 PM

This looks straightforward. LGTM.

lib/Analysis/RegionPass.cpp
286 ↗(On Diff #100956)

I'd use a reference as it cannot be nullptr.

lib/IR/OptBisect.cpp
64–65 ↗(On Diff #100956)

Printing the names of the entry and exit blocks of a region?

This revision is now accepted and ready to land.May 31 2017, 7:02 PM

Thanks for doing this!

This revision was automatically updated to reflect the committed changes.