This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 67231e14c5d [NFC][InstCombine] PR43251 - valid for other predicates too new 4964f4e3b1c [utils] Implement the llvm-locstats tool
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: CMakeLists.txt | 4 + docs/CommandGuide/index.rst | 1 + docs/CommandGuide/llvm-locstats.rst | 79 ++++++++++++ test/tools/llvm-dwarfdump/X86/locstats.ll | 17 +++ utils/llvm-locstats/CMakeLists.txt | 6 + utils/llvm-locstats/llvm-locstats.py | 208 ++++++++++++++++++++++++++++++ 6 files changed, 315 insertions(+) create mode 100644 docs/CommandGuide/llvm-locstats.rst create mode 100644 utils/llvm-locstats/CMakeLists.txt create mode 100755 utils/llvm-locstats/llvm-locstats.py