This is an archive of the discontinued LLVM Phabricator instance.

Add missed PostDominatorTree analysis dependency to GVN hoist pass.
ClosedPublic

Authored by ashlykov on Feb 7 2018, 2:14 AM.

Details

Summary

GVN hoist pass is using PostDominatorTree analysis, therefore the analysis
should be listed in the pass initialization as a dependency.

Diff Detail

Event Timeline

ashlykov created this revision.Feb 7 2018, 2:14 AM
sebpop accepted this revision.Feb 7 2018, 5:29 PM

LGTM.

This revision is now accepted and ready to land.Feb 7 2018, 5:29 PM
This revision was automatically updated to reflect the committed changes.