Change the function that implements the pruning into a free function that
takes the policy as a struct argument.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D31009
Support: Simplify the CachePruning API. NFCI. ClosedPublic Authored by pcc on Mar 15 2017, 3:57 PM.
Details Summary Change the function that implements the pruning into a free function that
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 15 2017, 3:59 PM Closed by commit rL297907: Support: Simplify the CachePruning API. NFCI. (authored by pcc). · Explain WhyMar 15 2017, 4:06 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 91953 llvm/trunk/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h
llvm/trunk/include/llvm/Support/CachePruning.h
llvm/trunk/lib/LTO/ThinLTOCodeGenerator.cpp
llvm/trunk/lib/Support/CachePruning.cpp
|