This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 634098b2d13 [X86][AVX] Add PACKSSDW/PACKUSDW support for truncation of [...] new ea06ecf3436 AMDGPU: Remove the s_buffer workaround for GFX9 chips new 3afd566557f 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/AMDGPUInstructionSelector.cpp | 6 +- lib/Target/AMDGPU/AMDGPUSubtarget.h | 8 - lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 2 +- lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 1 + lib/Target/AMDGPU/SIISelLowering.cpp | 30 ++- lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 5 +- lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 8 +- lib/Target/AMDGPU/SIMachineFunctionInfo.h | 6 + lib/Target/AMDGPU/SMInstructions.td | 3 +- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 6 +- .../CodeGen/AMDGPU/constant-address-space-32bit.ll | 288 +++++++++++++++++++++ test/CodeGen/AMDGPU/smrd.ll | 10 +- 17 files changed, 379 insertions(+), 38 deletions(-) create mode 100644 test/CodeGen/AMDGPU/constant-address-space-32bit.ll