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

Shubham Sandeep Rastogi via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 31 00:36:13 PDT 2024


rastogishubham wrote:

@jmorse Thanks for the feedback! I added a testcase to make sure we don't report dropped variables in a pass like the verifier pass.

I also didn't think of using the DILocalVarible, it was an oversight, I have updated the patch with your feedback!

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


More information about the llvm-commits mailing list