This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1d39dae8198 [X86] Make a bunch of merge masked binops commutable for lo [...] new c8f4c903052 [NFC][CodeGen] Add unary fneg tests to X86/fma-intrinsics-x86.ll new 4dcfa85e5d0 [AMDGPU] Partial revert for the ba447bae7448435c9986eece081 [...]
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/SIFixSGPRCopies.cpp | 169 ++-- lib/Target/AMDGPU/SIISelLowering.cpp | 87 -- lib/Target/AMDGPU/SIISelLowering.h | 5 +- lib/Target/AMDGPU/SIInstrInfo.cpp | 9 +- test/CodeGen/AMDGPU/atomicrmw-nand.ll | 12 +- test/CodeGen/AMDGPU/branch-relaxation.ll | 3 +- test/CodeGen/AMDGPU/branch-uniformity.ll | 4 +- test/CodeGen/AMDGPU/commute-shifts.ll | 4 +- test/CodeGen/AMDGPU/control-flow-fastregalloc.ll | 7 +- .../AMDGPU/divergent-branch-uniform-condition.ll | 55 +- test/CodeGen/AMDGPU/extract_subvector_vec4_vec3.ll | 6 +- test/CodeGen/AMDGPU/fabs.ll | 12 +- test/CodeGen/AMDGPU/fdiv32-to-rcp-folding.ll | 58 +- test/CodeGen/AMDGPU/fmin_legacy.ll | 8 +- test/CodeGen/AMDGPU/fneg-fabs.ll | 16 +- test/CodeGen/AMDGPU/fsub.ll | 12 +- test/CodeGen/AMDGPU/i1-copy-from-loop.ll | 10 +- test/CodeGen/AMDGPU/i1-copy-phi-uniform-branch.ll | 1 + test/CodeGen/AMDGPU/insert_vector_elt.ll | 6 +- test/CodeGen/AMDGPU/llvm.amdgcn.div.scale.ll | 2 +- test/CodeGen/AMDGPU/llvm.amdgcn.fmed3.ll | 8 +- test/CodeGen/AMDGPU/llvm.amdgcn.mov.dpp.ll | 2 - 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/loop_break.ll | 8 +- test/CodeGen/AMDGPU/madak.ll | 12 +- test/CodeGen/AMDGPU/mubuf-legalize-operands.ll | 5 +- test/CodeGen/AMDGPU/multilevel-break.ll | 5 +- test/CodeGen/AMDGPU/select-opt.ll | 4 +- test/CodeGen/AMDGPU/sgpr-control-flow.ll | 3 +- test/CodeGen/AMDGPU/si-fix-sgpr-copies.mir | 2 +- test/CodeGen/AMDGPU/smrd.ll | 1 + test/CodeGen/AMDGPU/subreg-coalescer-undef-use.ll | 53 +- .../AMDGPU/uniform-loop-inside-nonuniform.ll | 5 +- test/CodeGen/AMDGPU/use-sgpr-multiple-times.ll | 9 +- test/CodeGen/AMDGPU/valu-i1.ll | 6 +- .../vgpr-spill-emergency-stack-slot-compute.ll | 1 - test/CodeGen/X86/fma-intrinsics-x86.ll | 896 +++++++++++++++++++++ 38 files changed, 1168 insertions(+), 342 deletions(-)