This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 20c971d1311 [AMDGPU] Ban i8 min3 promotion. new 1dfea47e9e2 [AMDGPU] Add buffer/load 8/16 bit overloaded intrinsics new e697f3e7176 [llvm-ar] Support N [count] modifier
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: include/llvm/IR/IntrinsicsAMDGPU.td | 4 +- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 22 +++ lib/Target/AMDGPU/AMDGPUISelLowering.h | 6 + lib/Target/AMDGPU/BUFInstructions.td | 6 + lib/Target/AMDGPU/SIISelLowering.cpp | 113 ++++++++++++- lib/Target/AMDGPU/SIISelLowering.h | 10 ++ lib/Target/AMDGPU/SIInstrInfo.td | 14 ++ test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.ll | 185 +++++++++++++++++++++ test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.ll | 26 +++ test/CodeGen/AMDGPU/llvm.amdgcn.raw.buffer.load.ll | 58 +++++++ .../CodeGen/AMDGPU/llvm.amdgcn.raw.buffer.store.ll | 28 ++++ .../AMDGPU/llvm.amdgcn.struct.buffer.load.ll | 58 +++++++ .../AMDGPU/llvm.amdgcn.struct.buffer.store.ll | 28 ++++ test/tools/llvm-ar/count.test | 80 +++++++++ tools/llvm-ar/llvm-ar.cpp | 53 +++++- 15 files changed, 680 insertions(+), 11 deletions(-) create mode 100644 test/tools/llvm-ar/count.test