This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5ee5a7c21e9 [NVPTX] Lower loads from global constants using ld.global.n [...] new 2d3c0b9d281 [X86] Make sure we don't combine (fneg (fma X, Y, Z)) to a [...] new b3505fe2661 [DAE] don't remove args of musttail target/caller new 9161b0eb011 [DWARF] Emit a split line table only if there are split typ [...]
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/AsmPrinter/DwarfDebug.cpp | 3 ++ lib/CodeGen/AsmPrinter/DwarfDebug.h | 4 +++ lib/Target/X86/X86ISelLowering.cpp | 2 +- lib/Transforms/IPO/DeadArgumentElimination.cpp | 40 ++++++++++++++++++++++++-- test/CodeGen/X86/pr36553.ll | 20 +++++++++++++ test/DebugInfo/Generic/empty.ll | 2 ++ test/Transforms/DeadArgElim/musttail-caller.ll | 16 +++++++++++ 7 files changed, 83 insertions(+), 4 deletions(-) create mode 100644 test/CodeGen/X86/pr36553.ll create mode 100644 test/Transforms/DeadArgElim/musttail-caller.ll