Attempting to simplify the addPointer interface.
Currently there's code decomposing a MemoryLocation into (Ptr, Size, AAMDNodes) only to recreate the MemoryLocation inside the call.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D53836
[AliasSetTracker] Cleanup addPointer interface. [NFCI] ClosedPublic Authored by asbirlea on Oct 29 2018, 2:50 PM.
Details Summary Attempting to simplify the addPointer interface.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 29 2018, 3:24 PM Closed by commit rL345548: [AliasSetTracker] Cleanup addPointer interface. [NFCI] (authored by asbirlea). · Explain WhyOct 29 2018, 3:28 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 171591 llvm/trunk/include/llvm/Analysis/AliasSetTracker.h
llvm/trunk/lib/Analysis/AliasSetTracker.cpp
|