Instead of storing the reference to the InformationCache we now pass it
whenever it might be needed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D65709
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 4 2019, 5:25 AM Closed by commit rL367950: [Attributor][NFCI] Avoid duplication of the InformationCache reference (authored by jdoerfert). · Explain WhyAug 5 2019, 4:25 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 213490 llvm/trunk/include/llvm/Transforms/IPO/Attributor.h
llvm/trunk/lib/Transforms/IPO/Attributor.cpp
|