This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 27f17bfee31 [DebugInfo] Emit undef DBG_VALUEs when SDNodes are optimised out new 9a74554dbde [DebugInfo] Don't drop dbg.value's of nullptr new c9d081f818f [AMDGPU] Add new Mode Register pass
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/SelectionDAG/InstrEmitter.cpp | 3 + lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 3 +- lib/Target/AMDGPU/AMDGPU.h | 4 + lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 9 + lib/Target/AMDGPU/CMakeLists.txt | 1 + lib/Target/AMDGPU/SIDefines.h | 5 +- lib/Target/AMDGPU/SIInstrFormats.td | 6 + lib/Target/AMDGPU/SIInstrInfo.h | 8 + lib/Target/AMDGPU/SIModeRegister.cpp | 406 ++++++++++++++++++++ lib/Target/AMDGPU/VOP1Instructions.td | 8 + lib/Target/AMDGPU/VOP2Instructions.td | 7 +- lib/Target/AMDGPU/VOP3Instructions.td | 36 +- lib/Target/AMDGPU/VOP3PInstructions.td | 8 +- test/CodeGen/AMDGPU/mode-register.mir | 459 +++++++++++++++++++++++ test/DebugInfo/X86/sdag-dangling-dbgvalue.ll | 9 +- 15 files changed, 954 insertions(+), 18 deletions(-) create mode 100644 lib/Target/AMDGPU/SIModeRegister.cpp create mode 100644 test/CodeGen/AMDGPU/mode-register.mir