This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ff14b9e [SelectionDAG] NFC patch removing a redundant check. new 3481b08 [AMDGPU] Resubmit SDWA peephole: enable by default Reviewers: [...]
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/AMDGPUTargetMachine.cpp | 2 +- lib/Target/AMDGPU/SIPeepholeSDWA.cpp | 9 +- test/CodeGen/AMDGPU/add.v2i16.ll | 8 +- test/CodeGen/AMDGPU/ashr.v2i16.ll | 25 +++-- test/CodeGen/AMDGPU/ctlz.ll | 3 +- test/CodeGen/AMDGPU/fabs.f16.ll | 19 ++-- test/CodeGen/AMDGPU/fadd.f16.ll | 35 +++--- test/CodeGen/AMDGPU/fcanonicalize.f16.ll | 2 +- test/CodeGen/AMDGPU/fmul.f16.ll | 16 +-- test/CodeGen/AMDGPU/fneg.f16.ll | 5 +- test/CodeGen/AMDGPU/fpext.f16.ll | 16 +-- test/CodeGen/AMDGPU/fptosi.f16.ll | 31 ++++-- test/CodeGen/AMDGPU/fptoui.f16.ll | 25 +++-- test/CodeGen/AMDGPU/fptrunc.f16.ll | 21 ++-- test/CodeGen/AMDGPU/fsub.f16.ll | 70 ++++++------ test/CodeGen/AMDGPU/half.ll | 119 +++++++++++++-------- test/CodeGen/AMDGPU/immv216.ll | 5 +- test/CodeGen/AMDGPU/llvm.ceil.f16.ll | 14 ++- test/CodeGen/AMDGPU/llvm.cos.f16.ll | 16 +-- test/CodeGen/AMDGPU/llvm.dbg.value.ll | 2 +- test/CodeGen/AMDGPU/llvm.exp2.f16.ll | 16 +-- test/CodeGen/AMDGPU/llvm.floor.f16.ll | 16 +-- test/CodeGen/AMDGPU/llvm.fma.f16.ll | 42 ++++---- test/CodeGen/AMDGPU/llvm.fmuladd.f16.ll | 20 ++-- test/CodeGen/AMDGPU/llvm.log2.f16.ll | 14 ++- test/CodeGen/AMDGPU/llvm.maxnum.f16.ll | 26 ++--- test/CodeGen/AMDGPU/llvm.minnum.f16.ll | 32 +++--- test/CodeGen/AMDGPU/llvm.rint.f16.ll | 13 +-- test/CodeGen/AMDGPU/llvm.sin.f16.ll | 33 +++--- test/CodeGen/AMDGPU/llvm.sqrt.f16.ll | 16 +-- test/CodeGen/AMDGPU/llvm.trunc.f16.ll | 16 +-- test/CodeGen/AMDGPU/lshr.v2i16.ll | 9 +- test/CodeGen/AMDGPU/max.i16.ll | 10 +- test/CodeGen/AMDGPU/min.ll | 2 +- test/CodeGen/AMDGPU/partial-sgpr-to-vgpr-spills.ll | 5 +- test/CodeGen/AMDGPU/sdwa-peephole.ll | 106 ++++++++++-------- test/CodeGen/AMDGPU/select.f16.ll | 28 ++--- test/CodeGen/AMDGPU/shl.v2i16.ll | 18 ++-- test/CodeGen/AMDGPU/sitofp.f16.ll | 51 ++++++--- test/CodeGen/AMDGPU/sminmax.v2i16.ll | 26 +++-- test/CodeGen/AMDGPU/sra.ll | 12 +-- test/CodeGen/AMDGPU/sub.v2i16.ll | 6 +- test/CodeGen/AMDGPU/uitofp.f16.ll | 46 +++++--- test/CodeGen/AMDGPU/v_mac_f16.ll | 47 ++++---- 44 files changed, 613 insertions(+), 440 deletions(-)