[PATCH] D114727: [DebugInfo][InstrRef] Avoid accidentally dropping fragment information during value propagation

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 30 02:44:34 PST 2021


jmorse added inline comments.


================
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;
----------------
Orlando wrote:
> Does `InScopeBlocks` have any other uses? Can it be removed from `vlocJoin` parameter list etc?
True, it can be killed off now


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