There are no users that pass in LazyValueInfo, so we can simplify the
function a bit.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 38853 Build 38852: arc lint + arc unit
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 222702 llvm/include/llvm/Transforms/Utils/Local.h
llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
llvm/lib/Transforms/Utils/Local.cpp
llvm/unittests/Transforms/Utils/LocalTest.cpp
|
Why the change from EXPECT_TRUE to EXPECT_FALSE?