This is an archive of the discontinued LLVM Phabricator instance.

[MemorySSA] Use GraphDiff info when computing IDF.
ClosedPublic

Authored by asbirlea on Jun 17 2019, 10:06 AM.

Details

Summary

When computing IDF for insert updates, ensure we use the snapshot CFG offered by GraphDiff.
Caught by D63389.

Diff Detail

Repository
rL LLVM

Event Timeline

asbirlea created this revision.Jun 17 2019, 10:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 17 2019, 10:06 AM
Herald added subscribers: Prazek, jlebar. · View Herald Transcript
This revision is now accepted and ready to land.Jun 17 2019, 7:07 PM
This revision was automatically updated to reflect the committed changes.