[PATCH] D114727: [DebugInfo][InstrRef] Avoid accidentally dropping fragment information during value propagation
Orlando Cazalet-Hyams via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 30 02:06:51 PST 2021
Orlando accepted this revision.
Orlando added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp:2361
- // in though, so we can return immediately.
- if (InScopeBlocks.count(&MBB) == 0 && !ArtificialBlocks.count(&MBB))
- return false;
----------------
Does `InScopeBlocks` have any other uses? Can it be removed from `vlocJoin` parameter list etc?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114727/new/
https://reviews.llvm.org/D114727
More information about the llvm-commits
mailing list