This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7d93793 AMDGPU: Remove some uses of llvm.SI.export in tests new 2b21feb [LoopUnroll] Enable PGO-based loop peeling by default. new 7d65faa AMDGPU: Add cvt.pkrtz intrinsic
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 | 1 + lib/Target/AMDGPU/AMDGPUISelLowering.h | 5 + lib/Target/AMDGPU/AMDGPUInstrInfo.td | 6 + lib/Target/AMDGPU/SIISelLowering.cpp | 45 ++++++- lib/Target/AMDGPU/SIISelLowering.h | 1 + lib/Target/AMDGPU/SIInstrInfo.td | 1 + lib/Target/AMDGPU/VOP2Instructions.td | 2 +- lib/Transforms/InstCombine/InstCombineCalls.cpp | 25 ++++ lib/Transforms/Scalar/LoopUnrollPass.cpp | 4 +- test/CodeGen/AMDGPU/commute-shifts.ll | 6 +- test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pkrtz.ll | 163 +++++++++++++++++++++++ test/CodeGen/AMDGPU/llvm.amdgcn.interp.ll | 10 +- test/CodeGen/AMDGPU/sgpr-copy.ll | 20 ++- test/CodeGen/AMDGPU/si-scheduler.ll | 10 +- test/CodeGen/AMDGPU/si-sgpr-spill.ll | 18 +-- test/CodeGen/AMDGPU/spill-m0.ll | 8 +- test/CodeGen/AMDGPU/split-smrd.ll | 7 +- test/Transforms/InstCombine/amdgcn-intrinsics.ll | 70 ++++++++++ test/Transforms/LoopUnroll/peel-loop-pgo.ll | 2 +- 20 files changed, 354 insertions(+), 54 deletions(-) create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pkrtz.ll