This is an archive of the discontinued LLVM Phabricator instance.

[CSE] Ask DominanceInfo about "hasSSADominance" instead of reconstructing it.
ClosedPublic

Authored by lattner on Jun 1 2021, 3:15 PM.

Details

Summary

I backed this off to make the previous patch easier to wrangle, but now
this is an efficient query and it is better to not replace it in CSE.

Diff Detail

Event Timeline

lattner created this revision.Jun 1 2021, 3:15 PM
lattner requested review of this revision.Jun 1 2021, 3:15 PM
lattner accepted this revision.Jun 1 2021, 3:16 PM

Self approving as 'obvious'

This revision is now accepted and ready to land.Jun 1 2021, 3:16 PM
rriddle accepted this revision.Jun 1 2021, 3:16 PM
This revision was landed with ongoing or failed builds.Jun 1 2021, 3:16 PM
This revision was automatically updated to reflect the committed changes.