[PATCH] D11933: Extending debug ranges
Vikram TV via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 17 06:26:09 PDT 2015
tvvikram added a comment.
In http://reviews.llvm.org/D11933#224598, @aprantl wrote:
> Have you had a chance to benchmark the new pass? (Compiling clang with optimizations+debug info would be a good start)
I have not done any benchmarking as of now. I will try to add few "STATISTIC" code which will count the number of DBG_VALUE instrs inserted/removed.
http://reviews.llvm.org/D11933
More information about the llvm-commits
mailing list