This is an archive of the discontinued LLVM Phabricator instance.

[MemorySSA] Don't sort IDF blocks.
ClosedPublic

Authored by mzolotukhin on May 15 2018, 11:26 AM.

Details

Summary

After r332167 we started to sort the IDF blocks inside IDF calculation, so
there is no need to re-sort them on the user site. The test changes are due to
a slightly different order we're using now (originally we used DFSInNumber and
now the blocks are sorted by a pair (LevelFromRoot, DFSInNumber)).

Diff Detail

Repository
rL LLVM

Event Timeline

mzolotukhin created this revision.May 15 2018, 11:26 AM
dberlin accepted this revision.May 15 2018, 11:35 AM

Thanks for doing this!

This revision is now accepted and ready to land.May 15 2018, 11:35 AM
This revision was automatically updated to reflect the committed changes.