[PATCH] D44610: [SelectionDAG] Support multiple dangling debug info for one value

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 20 08:55:38 PDT 2018


aprantl added a comment.

To see any difference you probably need to compile a heavily templated C++ program with lots of inlining. That said, I don't think that this patch will have a huge performance impact even there, since we don't propagate dbg.values beyond basic blocks outside of their lexical scopes.


Repository:
  rL LLVM

https://reviews.llvm.org/D44610





More information about the llvm-commits mailing list