This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from aa66d2b539c [llvm-objdump] - Fix comment. NFC. new 13d322459ab [DebugInfo][DAG] Avoid re-ordering of DBG_VALUEs new 2ac1bfd3661 [MIPS GlobalISel] Select sub
The 2 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/GlobalISel/LegalizerHelper.cpp | 66 ++++ lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp | 71 +++-- lib/Target/Mips/MipsLegalizerInfo.cpp | 4 +- lib/Target/Mips/MipsRegisterBankInfo.cpp | 2 + .../Mips/GlobalISel/instruction-select/sub.mir | 31 ++ test/CodeGen/Mips/GlobalISel/legalizer/sub.mir | 342 +++++++++++++++++++++ test/CodeGen/Mips/GlobalISel/llvm-ir/sub.ll | 158 ++++++++++ test/CodeGen/Mips/GlobalISel/regbankselect/sub.mir | 30 ++ test/DebugInfo/NVPTX/debug-info.ll | 4 +- test/DebugInfo/X86/pr40427.ll | 46 +++ test/DebugInfo/X86/sdag-dbgvalue-phi-use-2.ll | 16 +- 11 files changed, 738 insertions(+), 32 deletions(-) create mode 100644 test/CodeGen/Mips/GlobalISel/instruction-select/sub.mir create mode 100644 test/CodeGen/Mips/GlobalISel/legalizer/sub.mir create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/sub.ll create mode 100644 test/CodeGen/Mips/GlobalISel/regbankselect/sub.mir create mode 100644 test/DebugInfo/X86/pr40427.ll