Pass the alias info to addPointer when available. Will save an alias()
call for must sets when adding a known Must or May alias.
[Part of a series of cleanup patches]
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D56613
[AliasSetTracker] Pass MustAlias to addPointer more often. ClosedPublic Authored by asbirlea on Jan 11 2019, 11:14 AM.
Details Summary Pass the alias info to addPointer when available. Will save an alias()
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 15 2019, 2:36 PM asbirlea added a parent revision: D56568: [AliasSetTracker] Store AliasResult and pass it on mergeSetIn..Jan 28 2019, 2:44 PM asbirlea added a child revision: D56625: [LICM/MSSA] Add promotion to scalars by building an AliasSetTracker with MemorySSA.. asbirlea removed a parent revision: D56568: [AliasSetTracker] Store AliasResult and pass it on mergeSetIn..Feb 6 2019, 11:47 AM Closed by commit rL353335: [AliasSetTracker] Pass MustAlias to addPointer more often. (authored by asbirlea). · Explain WhyFeb 6 2019, 11:54 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 185606 llvm/trunk/include/llvm/Analysis/AliasSetTracker.h
llvm/trunk/lib/Analysis/AliasSetTracker.cpp
|