This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7fa9b1fe0e7 Minor tweak to test case. new 980f103186a Use a stable topological sort in DwarfCompileUnit::createSc [...] new cde943d9759 [x86] consolidate and add tests for undef binop folds; NFC new 5c4660bc608 [Lanai] Code model dictates section selection.
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/DwarfCompileUnit.cpp | 80 ++++- lib/Target/Lanai/LanaiTargetObjectFile.cpp | 12 +- test/CodeGen/X86/combine-sdiv.ll | 35 --- test/CodeGen/X86/combine-srem.ll | 35 --- test/CodeGen/X86/combine-udiv.ll | 35 --- test/CodeGen/X86/combine-urem.ll | 35 --- test/CodeGen/X86/undef-ops.ll | 434 ++++++++++++++++++++++++++++ test/DebugInfo/X86/vla-dependencies.ll | 18 +- test/DebugInfo/X86/vla-global.ll | 65 +++++ test/DebugInfo/X86/vla-multi.ll | 136 +++++++++ 10 files changed, 717 insertions(+), 168 deletions(-) create mode 100644 test/CodeGen/X86/undef-ops.ll create mode 100644 test/DebugInfo/X86/vla-global.ll create mode 100644 test/DebugInfo/X86/vla-multi.ll