This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cf4eefa Revert r297132, it caused PR32171 new 80be629 Verfier: Move the reset of DebugFnArgs closer to other simila [...] new 6494556 Relax the conflicting function arg verifier to allow for inli [...] new 378f96b Revert "Strip debug info when inlining into a nodebug function."
The 3 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: lib/IR/Verifier.cpp | 13 +++- lib/Transforms/Utils/InlineFunction.cpp | 42 ++++--------- .../Inline/local-as-metadata-undominated-use.ll | 7 +-- test/Transforms/Inline/nodebug.ll | 36 ----------- test/Verifier/fnarg-nodebug.ll | 70 ++++++++++++++++++++++ 5 files changed, 96 insertions(+), 72 deletions(-) delete mode 100644 test/Transforms/Inline/nodebug.ll create mode 100644 test/Verifier/fnarg-nodebug.ll