This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8d2aadb AMDGPU: Materialize frame index before add new 3f36716 AMDGPU: Use else if new a89dd1d AMDGPU: Rename flat operands to match mubuf new 81e1a9d [LiveRangeEdit] Handle instructions with no defs correctly. new c562d96 AMDGPU: Use SGPR_64 for argument lowerings new a55fccb AMDGPU: Disallow exec as SMEM instruction operand
The 5 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/LiveRangeEdit.cpp | 3 +- .../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 13 ++- .../AMDGPU/Disassembler/AMDGPUDisassembler.h | 3 +- lib/Target/AMDGPU/FLATInstructions.td | 26 +++--- lib/Target/AMDGPU/GCNHazardRecognizer.cpp | 2 +- lib/Target/AMDGPU/SIISelLowering.cpp | 14 ++-- lib/Target/AMDGPU/SIInsertWaits.cpp | 12 +-- lib/Target/AMDGPU/SIInstrInfo.cpp | 18 ++--- lib/Target/AMDGPU/SIRegisterInfo.td | 22 +++-- lib/Target/AMDGPU/SMInstructions.td | 23 +++--- test/CodeGen/AMDGPU/llvm.dbg.value.ll | 6 +- test/CodeGen/AMDGPU/spill-m0.ll | 94 +++++++++++++++++----- test/MC/AMDGPU/smem-err.s | 55 +++++++++++++ 13 files changed, 213 insertions(+), 78 deletions(-) create mode 100644 test/MC/AMDGPU/smem-err.s