[llvm] Add a pass to collect dropped var stats for MIR (PR #120780)

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 20 14:01:17 PST 2024


https://github.com/chapuni commented:

You should've moved DroppedVariableStats stuff out of llvm/Passes in advance.
At a glance, they don't depend on LLVMPass any more. (#120711)

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


More information about the llvm-commits mailing list