Mostly cleanup
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 4160 Build 4160: arc lint + arc unit
Event Timeline
include/llvm/Transforms/Utils/MemorySSAUpdater.h | ||
---|---|---|
90–94 | The plan is to remove these functions in the future right? |
Paths
| Differential D30221
Move updating functions to MemorySSAUpdater.
Add updater to passes that now need it.
Move around code in MemorySSA to expose needed functions. ClosedPublic Authored by • dberlin on Feb 21 2017, 12:47 PM.
Details Summary Mostly cleanup
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 21 2017, 12:53 PM
Closed by commit rL295887: Move updating functions to MemorySSAUpdater. (authored by dannyb). · Explain WhyFeb 22 2017, 2:31 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 89264 include/llvm/Transforms/Utils/MemorySSA.h
include/llvm/Transforms/Utils/MemorySSAUpdater.h
lib/Transforms/Scalar/EarlyCSE.cpp
lib/Transforms/Scalar/GVNHoist.cpp
lib/Transforms/Utils/MemorySSA.cpp
lib/Transforms/Utils/MemorySSAUpdater.cpp
|
s/is/are/