This is an archive of the discontinued LLVM Phabricator instance.

[Dominance] Speed up recalculate noticable, NFC.
ClosedPublic

Authored by lattner on May 29 2021, 10:50 AM.

Details

Summary

This avoids trying to find the RegionKindInterface for every
operation in the program, we only need it if they have regions.

Diff Detail

Event Timeline

lattner created this revision.May 29 2021, 10:50 AM
lattner requested review of this revision.May 29 2021, 10:50 AM
lattner accepted this revision.May 29 2021, 10:50 AM

Self approving as "obvious"

This revision is now accepted and ready to land.May 29 2021, 10:50 AM
This revision was landed with ongoing or failed builds.May 29 2021, 10:50 AM
This revision was automatically updated to reflect the committed changes.