History log of /llvm-project/llvm/lib/Passes/DroppedVariableStatsIR.cpp (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init
# 12903fb3 22-Jan-2025 Shubham Sandeep Rastogi <srastogi22@apple.com>

[NFC] Include PassID for runBeforePass children.

Debugging the dropped variable statistics for large LLVM IR files can be
made easier if the functions called before an optimization pass is run
inclu

[NFC] Include PassID for runBeforePass children.

Debugging the dropped variable statistics for large LLVM IR files can be
made easier if the functions called before an optimization pass is run
includes the PassID of the pass that will be run after statistics
metrics are collected. This patch adds that support.

show more ...


Revision tags: llvmorg-19.1.7
# 0b5b09b6 20-Dec-2024 Shubham Sandeep Rastogi <srastogi22@apple.com>

[NFC] Move DroppedVariableStats to its own file (#120711)

Move DroppedVariableStats code to its own file and change the class to
have an extensible design so that we can use it to add dropped
stat

[NFC] Move DroppedVariableStats to its own file (#120711)

Move DroppedVariableStats code to its own file and change the class to
have an extensible design so that we can use it to add dropped
statistics to MIR passes and the instruction selector.

Also moved class DroppedVariableStatsIR to its own file.

Reland 2de78815604e9027efd93cac27c517bf732587d2

show more ...