This functionality was added when Mapper::mapMetadata was recursive. It
is no longer needed after r265456, which switched it to be iterative.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D66860
[ValueMapper] NFC: Remove dead code to pause metadata mapping ClosedPublic Authored by pirama on Aug 27 2019, 7:14 PM.
Details Summary This functionality was added when Mapper::mapMetadata was recursive. It
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 28 2019, 9:24 AM Closed by commit rL370236: [ValueMapper] NFC: Remove dead code to pause metadata mapping (authored by pirama). · Explain WhyAug 28 2019, 10:42 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 217684 llvm/trunk/include/llvm/IR/ValueMap.h
llvm/trunk/lib/Transforms/Utils/ValueMapper.cpp
|