This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b57bf30 [AMDGPU] Fix read-undef flags when schedule is reverted new 79e90c5 [DAGISel] When checking if chain node is foldable, make sure [...] new 09f10e7 [llvm-cov] Error-out when an unsupported format is used (PR32087) new 9fa4de7 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/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 +- lib/Transforms/Utils/InlineFunction.cpp | 42 ++- test/CodeGen/X86/i256-add.ll | 336 +++++---------------- .../Inline/local-as-metadata-undominated-use.ll | 7 +- test/Transforms/Inline/nodebug.ll | 36 +++ test/tools/llvm-cov/warnings.h | 2 + tools/llvm-cov/CodeCoverage.cpp | 9 +- 7 files changed, 163 insertions(+), 271 deletions(-) create mode 100644 test/Transforms/Inline/nodebug.ll