[mlir][SymbolDCE] Track the number of symbols DCE'd
authorNandor Licker <n@ndor.email>
Thu, 17 Mar 2022 17:04:41 +0000 (19:04 +0200)
committerNandor Licker <n@ndor.email>
Fri, 18 Mar 2022 07:23:02 +0000 (09:23 +0200)
commit1ebf1afb4ff4e99e7ba774614c648941cab1972c
treec8ddcb07ab4a4380cc22c8d3187b1f58832a698a
parentc975668ffc306719db3cbb08a00cb011fc212e13
[mlir][SymbolDCE] Track the number of symbols DCE'd

Added a statistic counting the number of erased symbols.

Differential Revision: https://reviews.llvm.org/D121930
mlir/include/mlir/Transforms/Passes.td
mlir/lib/Transforms/SymbolDCE.cpp