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

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 16 13:24:19 PDT 2024


================
@@ -578,6 +579,74 @@ class PrintCrashIRInstrumentation {
   static void SignalHandler(void *);
 };
 
+class DroppedVariableStats {
----------------
adrian-prantl wrote:

Can you add a Doxygen comment for this?

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


More information about the llvm-commits mailing list