This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f4523b0 ARM: avoid clobbering register in v6 jump-table expansion. new 0c52bec AMDGPU: Fix unnecessary ands when packing f16 vectors
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/AMDGPUISelLowering.cpp | 19 +++++- lib/Target/AMDGPU/AMDGPUISelLowering.h | 4 ++ lib/Target/AMDGPU/AMDGPUInstrInfo.td | 2 + lib/Target/AMDGPU/EvergreenInstructions.td | 2 +- lib/Target/AMDGPU/SIInstructions.td | 2 +- lib/Target/AMDGPU/VOP1Instructions.td | 2 +- test/CodeGen/AMDGPU/fabs.f16.ll | 2 +- test/CodeGen/AMDGPU/fadd.f16.ll | 32 ++++----- test/CodeGen/AMDGPU/fmul.f16.ll | 27 ++++---- test/CodeGen/AMDGPU/fptrunc.f16.ll | 14 ++-- test/CodeGen/AMDGPU/fsub.f16.ll | 29 ++++---- test/CodeGen/AMDGPU/llvm.ceil.f16.ll | 7 +- test/CodeGen/AMDGPU/llvm.cos.f16.ll | 41 ++++++----- test/CodeGen/AMDGPU/llvm.exp2.f16.ll | 3 +- test/CodeGen/AMDGPU/llvm.exp2.ll | 2 +- test/CodeGen/AMDGPU/llvm.floor.f16.ll | 3 +- test/CodeGen/AMDGPU/llvm.fma.f16.ll | 105 +++++++++++++++++------------ test/CodeGen/AMDGPU/llvm.fmuladd.f16.ll | 18 +++-- test/CodeGen/AMDGPU/llvm.log2.f16.ll | 15 ++--- test/CodeGen/AMDGPU/llvm.maxnum.f16.ll | 27 +++++--- test/CodeGen/AMDGPU/llvm.minnum.f16.ll | 37 +++++----- test/CodeGen/AMDGPU/llvm.rint.f16.ll | 3 +- test/CodeGen/AMDGPU/llvm.sin.f16.ll | 38 ++++++----- test/CodeGen/AMDGPU/llvm.sqrt.f16.ll | 3 +- test/CodeGen/AMDGPU/llvm.trunc.f16.ll | 3 +- test/CodeGen/AMDGPU/select.f16.ll | 20 +++--- test/CodeGen/AMDGPU/sitofp.f16.ll | 1 - test/CodeGen/AMDGPU/uitofp.f16.ll | 2 - test/CodeGen/AMDGPU/v_mac_f16.ll | 44 ++++++------ 29 files changed, 288 insertions(+), 219 deletions(-)