Mostly cleanup
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
include/llvm/Transforms/Utils/MemorySSAUpdater.h | ||
---|---|---|
90–94 ↗ | (On Diff #89264) | 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 89423 llvm/trunk/include/llvm/Transforms/Utils/MemorySSA.h
llvm/trunk/include/llvm/Transforms/Utils/MemorySSAUpdater.h
llvm/trunk/lib/Transforms/Scalar/EarlyCSE.cpp
llvm/trunk/lib/Transforms/Scalar/GVNHoist.cpp
llvm/trunk/lib/Transforms/Utils/MemorySSA.cpp
llvm/trunk/lib/Transforms/Utils/MemorySSAUpdater.cpp
llvm/trunk/unittests/Transforms/Utils/MemorySSA.cpp
|