There are no users that pass in LazyValueInfo, so we can simplify the
function a bit.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D68297
[Local] Remove unused LazyValueInfo pointer from removeUnreachableBlock. ClosedPublic Authored by fhahn on Oct 1 2019, 2:05 PM.
Details Summary There are no users that pass in LazyValueInfo, so we can simplify the
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 1 2019, 2:08 PM
Closed by commit rL373488: [Local] Remove unused LazyValueInfo pointer from removeUnreachableBlock. (authored by fhahn). · Explain WhyOct 2 2019, 9:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 222854 llvm/trunk/include/llvm/Transforms/Utils/Local.h
llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
llvm/trunk/lib/Transforms/Utils/Local.cpp
llvm/trunk/unittests/Transforms/Utils/LocalTest.cpp
|