This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7bac5986e1c [AArch64] Refactor stand alone methods (NFC) new 33901e33bf2 AMDGPU: Fix layering issue new 6f2da0b6ad8 Reapply "AMDGPU: Add 32-bit constant address space"
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: docs/AMDGPUUsage.rst | 1 + lib/Target/AMDGPU/AMDGPU.h | 3 + lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp | 3 +- lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp | 3 +- lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 34 ++- lib/Target/AMDGPU/AMDGPUInstrInfo.cpp | 21 ++ lib/Target/AMDGPU/AMDGPUInstrInfo.h | 2 + lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 6 +- lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 2 +- lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 2 +- lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 1 + lib/Target/AMDGPU/SIISelLowering.cpp | 32 ++- lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 8 +- lib/Target/AMDGPU/SIMachineFunctionInfo.h | 6 + lib/Target/AMDGPU/SMInstructions.td | 3 +- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 21 +- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 1 - .../CodeGen/AMDGPU/constant-address-space-32bit.ll | 288 +++++++++++++++++++++ 18 files changed, 397 insertions(+), 40 deletions(-) create mode 100644 test/CodeGen/AMDGPU/constant-address-space-32bit.ll