This is an archive of the discontinued LLVM Phabricator instance.

[Attributor][NFCI] Avoid duplication of the InformationCache reference
ClosedPublic

Authored by jdoerfert on Aug 3 2019, 9:39 PM.

Details

Summary

Instead of storing the reference to the InformationCache we now pass it
whenever it might be needed.

Diff Detail

Repository
rL LLVM

Event Timeline

jdoerfert created this revision.Aug 3 2019, 9:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 3 2019, 9:39 PM
uenoku accepted this revision.Aug 4 2019, 5:25 AM

LGTM

This revision is now accepted and ready to land.Aug 4 2019, 5:25 AM
This revision was automatically updated to reflect the committed changes.