This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5a04b09 [Kaleidoscope][BuildingAJIT] More work on the text for Chapter 3. new 4cead0b AMDGPU: Expand register indexing pseudos in custom inserter new 530f0c2 AMDGPU/SI: Fix SI scheduler refcount issue
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: .../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 5 + lib/Target/AMDGPU/SIISelLowering.cpp | 331 ++++++++++++++++++++- lib/Target/AMDGPU/SIInstrInfo.cpp | 51 ++++ lib/Target/AMDGPU/SIInstrInfo.td | 35 +++ lib/Target/AMDGPU/SIInstructions.td | 26 +- lib/Target/AMDGPU/SILowerControlFlow.cpp | 286 ------------------ lib/Target/AMDGPU/SIMachineScheduler.cpp | 3 + lib/Target/AMDGPU/SIRegisterInfo.td | 11 + lib/Target/AMDGPU/SIShrinkInstructions.cpp | 6 +- test/CodeGen/AMDGPU/indirect-addressing-si.ll | 178 +++++++---- test/CodeGen/AMDGPU/indirect-addressing-undef.mir | 327 -------------------- test/CodeGen/AMDGPU/insert_vector_elt.ll | 37 ++- 12 files changed, 584 insertions(+), 712 deletions(-) delete mode 100644 test/CodeGen/AMDGPU/indirect-addressing-undef.mir