This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3df07a217a0 [benchmark] Fix buildbots failing to identify regex support new b300798fe5a [llvm-mca] Initialize each element in vector TimelineView:: [...] new da360ea600a [AMDGPU] Add support for a16 modifiear for gfx9
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 | 11 +- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 + lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 + lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 37 +- .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 7 +- lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h | 2 +- lib/Target/AMDGPU/MIMGInstructions.td | 8 +- lib/Target/AMDGPU/SIISelLowering.cpp | 58 ++- lib/Target/AMDGPU/SIInstrInfo.td | 2 +- .../AMDGPU/llvm.amdgcn.image.gather4.a16.dim.ll | 136 +++++++ .../AMDGPU/llvm.amdgcn.image.sample.a16.dim.ll | 435 +++++++++++++++++++++ test/MC/AMDGPU/mimg.s | 34 ++ tools/llvm-mca/Views/TimelineView.cpp | 27 +- tools/llvm-mca/Views/TimelineView.h | 5 +- 14 files changed, 709 insertions(+), 59 deletions(-) create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.image.gather4.a16.dim.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.a16.dim.ll