This is an archive of the discontinued LLVM Phabricator instance.

Verify that assumption cache has valid entries.
AbandonedPublic

Authored by hiraditya on Oct 2 2019, 10:08 AM.

Details

Reviewers
tejohnson
fhahn
Summary

Verify the AssumptionCache of the original function to make sure no stale entries remain

Diff Detail

Event Timeline

hiraditya created this revision.Oct 2 2019, 10:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 2 2019, 10:08 AM
hiraditya marked an inline comment as done.Oct 2 2019, 10:09 AM
hiraditya added inline comments.
llvm/test/Transforms/HotColdSplit/assumption-cache-invalidation.ll
3
hiraditya updated this revision to Diff 222869.Oct 2 2019, 10:37 AM

remove XFAIL now that fix had landed