This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 59183b9 [InstCombine] allow vector types for constant folding / compu [...] new 1961591 AMDGPU/SI: Add support for triples with the mesa3d operating system new 3a74bac AMDGPU: Use SOPK compare instructions
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/AMDGPUAnnotateKernelFeatures.cpp | 2 +- lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 4 +- lib/Target/AMDGPU/AMDGPUSubtarget.h | 10 +- lib/Target/AMDGPU/SIDefines.h | 3 +- lib/Target/AMDGPU/SIFrameLowering.cpp | 6 +- lib/Target/AMDGPU/SIISelLowering.cpp | 8 +- lib/Target/AMDGPU/SIInstrFormats.td | 5 + lib/Target/AMDGPU/SIInstrInfo.cpp | 15 + lib/Target/AMDGPU/SIInstrInfo.h | 11 + lib/Target/AMDGPU/SIInstrInfo.td | 45 +- lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 2 +- lib/Target/AMDGPU/SIRegisterInfo.cpp | 3 +- lib/Target/AMDGPU/SIShrinkInstructions.cpp | 64 +++ lib/Target/AMDGPU/SOPInstructions.td | 60 ++- .../AMDGPU/llvm.amdgcn.kernarg.segment.ptr.ll | 16 +- test/CodeGen/AMDGPU/llvm.amdgcn.workgroup.id.ll | 103 ++-- test/CodeGen/AMDGPU/llvm.amdgcn.workitem.id.ll | 12 +- test/CodeGen/AMDGPU/si-annotate-cf.ll | 2 +- test/CodeGen/AMDGPU/sopk-compares.ll | 573 +++++++++++++++++++++ 19 files changed, 815 insertions(+), 129 deletions(-) create mode 100644 test/CodeGen/AMDGPU/sopk-compares.ll