This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 30c499d [NVPTX] Compute 'rem' using the result of 'div', if possible. new be4e1c4 AMDGPU: Rename glc operand type new d6028cd AMDGPU: Add definitions for scalar store instructions new 27d02ea Add missing lit.local.cfg to llvm/test/Transforms/CodeGenPrep [...]
The 3 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 | 9 +- lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 + lib/Target/AMDGPU/BUFInstructions.td | 8 +- lib/Target/AMDGPU/FLATInstructions.td | 4 +- lib/Target/AMDGPU/MIMGInstructions.td | 10 +- lib/Target/AMDGPU/SIDefines.h | 3 +- lib/Target/AMDGPU/SIInstrFormats.td | 6 + lib/Target/AMDGPU/SIInstrInfo.cpp | 12 ++ lib/Target/AMDGPU/SIInstrInfo.h | 10 ++ lib/Target/AMDGPU/SIInstrInfo.td | 2 +- lib/Target/AMDGPU/SMInstructions.td | 125 +++++++++++++++++---- test/CodeGen/AMDGPU/coalescer-subreg-join.mir | 8 +- test/CodeGen/MIR/AMDGPU/target-index-operands.mir | 14 +-- test/MC/AMDGPU/smem.s | 24 ++++ test/MC/AMDGPU/smrd-err.s | 2 +- .../CodeGenPrepare}/NVPTX/lit.local.cfg | 0 16 files changed, 195 insertions(+), 47 deletions(-) copy test/{Analysis/DivergenceAnalysis => Transforms/CodeGenPrepare}/NVPTX/lit.loc [...]