This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ae41ebb3a69 [x86/SLH] Simplify the code for hardening a loaded value. NFC. new a4afd1f12d5 [Debugify] Move interface definitions to a header, NFC new 499e3df2ce6 [Debugify] Export per-pass debug info loss statistics
The 2 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: test/DebugInfo/debugify-export.ll | 14 ++++++++ tools/opt/Debugify.cpp | 69 ++++++++++++++++++++++++++++------- tools/opt/Debugify.h | 75 +++++++++++++++++++++++++++++++++++++++ tools/opt/NewPMDriver.cpp | 1 + tools/opt/PassPrinters.h | 20 ----------- tools/opt/opt.cpp | 24 +++++++++++-- 6 files changed, 168 insertions(+), 35 deletions(-) create mode 100644 test/DebugInfo/debugify-export.ll create mode 100644 tools/opt/Debugify.h