[PATCH] D62650: [DebugInfo] DBG_VALUE instruction generated for loop counter is placed incorrectly.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 3 09:25:56 PDT 2019


aprantl added a comment.

In D62650#1527632 <https://reviews.llvm.org/D62650#1527632>, @aprantl wrote:

> Have you looked at the performance of the example posted in https://bugs.llvm.org/show_bug.cgi?id=33730 ?


Just to clarify: I'm asking because this change was introduced to fix a performance problem, not a correctness issue, but the LLVM testsuite only verifies the functional change, not its performance characteristics. I'm worried that reverting the change would regress the performance again.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62650/new/

https://reviews.llvm.org/D62650





More information about the llvm-commits mailing list