This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4cabef582f0 AMDGPU: Fix crash with undef vreg input operand new 423a449bd55 [AMDGPU] Eliminate SGPR to VGPR copy when possible
The 1 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/SIFixSGPRCopies.cpp | 30 ++ test/CodeGen/AMDGPU/llvm.amdgcn.mqsad.pk.u16.u8.ll | 2 +- test/CodeGen/AMDGPU/llvm.amdgcn.qsad.pk.u16.u8.ll | 2 +- test/CodeGen/AMDGPU/opt-sgpr-to-vgpr-copy.mir | 341 +++++++++++++++++++++ test/CodeGen/AMDGPU/sdwa-peephole.ll | 4 +- test/CodeGen/AMDGPU/sint_to_fp.i64.ll | 4 +- test/CodeGen/AMDGPU/uint_to_fp.i64.ll | 4 +- 7 files changed, 379 insertions(+), 8 deletions(-) create mode 100644 test/CodeGen/AMDGPU/opt-sgpr-to-vgpr-copy.mir