This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7cbfb6a3 [AArch64] Rename 'no-quad-ldst-pairs' to 'slow-paired-128' new f4866ee [AMDGPU] Add VGPR copies post regalloc fix pass new 1ed31c8 Use InstCombine's builder in foldSelectCttzCtlz instead of cr [...]
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.h | 3 + lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 2 + lib/Target/AMDGPU/CMakeLists.txt | 1 + lib/Target/AMDGPU/SIFixVGPRCopies.cpp | 72 ++++++++++++++++++++++++ lib/Transforms/InstCombine/InstCombineSelect.cpp | 5 +- test/CodeGen/AMDGPU/fix-vgpr-copies.mir | 44 +++++++++++++++ 6 files changed, 124 insertions(+), 3 deletions(-) create mode 100644 lib/Target/AMDGPU/SIFixVGPRCopies.cpp create mode 100644 test/CodeGen/AMDGPU/fix-vgpr-copies.mir