This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f8ff580 use range-loops; NFCI new a8d19bb AMDGPU/EG,CM: Add instruction to read from constant AS (VTX2) new 03bb0f5 AMDGPU: Make CONST_DATA_PTR available to R600 new 06fcf34 AMDGPU/R600: There are other uses for ALU_LITERAL besides Imm new d32e2de AMDGPU/R600: Use machine operands instead of ints to track literals new 7417b1b AMDGPU: Add support for MCExpr to instruction printer new 4245f51 AMDGPU/R600: Add support for emitting MCExpr new fbff874 AMDGPU/R600: Implement memory loads from constant AS new d75c9ce AMDGPU/R600: Fold global address operand new 2e80e56 AMDGPU: Unify LowerGlobalAddress
The 9 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/Target/AMDGPU/AMDGPU.h | 2 +- lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 13 +++- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 5 ++ lib/Target/AMDGPU/AMDGPUInstrInfo.td | 5 ++ lib/Target/AMDGPU/CaymanInstructions.td | 26 ++++++++ lib/Target/AMDGPU/EvergreenInstructions.td | 26 ++++++++ .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 11 +++- lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h | 2 +- .../AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 4 ++ .../AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp | 16 ++++- lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp | 57 ++++++++++++------ lib/Target/AMDGPU/R600ISelLowering.cpp | 70 ++++++---------------- lib/Target/AMDGPU/R600InstrInfo.cpp | 9 ++- lib/Target/AMDGPU/R600Instructions.td | 7 +++ lib/Target/AMDGPU/SIISelLowering.cpp | 16 ----- lib/Target/AMDGPU/SIISelLowering.h | 2 - lib/Target/AMDGPU/SIInstrInfo.td | 5 -- lib/Target/AMDGPU/SIInstructions.td | 2 +- test/CodeGen/AMDGPU/gv-const-addrspace-fail.ll | 57 ------------------ test/CodeGen/AMDGPU/gv-const-addrspace.ll | 37 +++++++----- 20 files changed, 196 insertions(+), 176 deletions(-) delete mode 100644 test/CodeGen/AMDGPU/gv-const-addrspace-fail.ll