This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e9d67e46c29 fix various typos new ec6175c524c AMDGPU: Partially fix implicit.buffer.ptr intrinsic handling new 92c7507eee3 AMDGPU: Whitespace fixes
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: lib/Target/AMDGPU/AMDGPU.td | 4 +-- lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp | 2 +- lib/Target/AMDGPU/Processors.td | 4 +-- lib/Target/AMDGPU/SIFrameLowering.cpp | 8 ++--- lib/Target/AMDGPU/SIISelLowering.cpp | 16 ++++++---- lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 10 +++---- lib/Target/AMDGPU/SIMachineFunctionInfo.h | 14 ++++----- lib/Target/AMDGPU/SIRegisterInfo.cpp | 11 ++++--- lib/Target/AMDGPU/SIRegisterInfo.h | 7 +++-- .../AMDGPU/llvm.amdgcn.implicit.buffer.ptr.hsa.ll | 24 +++++++++++++++ .../AMDGPU/llvm.amdgcn.implicit.buffer.ptr.ll | 35 ++++++++++++++++++++++ 11 files changed, 99 insertions(+), 36 deletions(-) create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.implicit.buffer.ptr.hsa.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.implicit.buffer.ptr.ll