[llvm] Add a pass to collect dropped variable statistics (PR #102233)

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 23 14:41:07 PDT 2024


adrian-prantl wrote:

> Looks quite helpful, thanks for working on this! 😄
> 
> Does this report variables that have been dropped entirely, or also ones which have lost partial coverage...? I can't quite tell from the code, as you do appear to track some variable line info...

Currently only variables that are dropped entirely, it doesn't track fragments yet.

https://github.com/llvm/llvm-project/pull/102233


More information about the llvm-commits mailing list