This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 11acfd478b7 Fix use-after-free with profile remapping. new 79550f6c951 [bugpoint][PR29027] Reduce function attributes
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: test/BugPoint/func-attrs-keyval.ll | 11 +++++ test/BugPoint/func-attrs.ll | 11 +++++ tools/bugpoint-passes/TestPasses.cpp | 25 ++++++++++ tools/bugpoint/CrashDebugger.cpp | 92 ++++++++++++++++++++++++++++++++++++ 4 files changed, 139 insertions(+) create mode 100644 test/BugPoint/func-attrs-keyval.ll create mode 100644 test/BugPoint/func-attrs.ll