This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1abd9ec AMDGPU/R600: Fix amdgpu alias analysis pass. new c4de629 AMDGPU: Remove unnecessary ands when f16 is legal
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 | 10 ++++-- lib/Target/AMDGPU/AMDGPUISelLowering.h | 3 ++ lib/Target/AMDGPU/AMDGPUInstrInfo.td | 1 + lib/Target/AMDGPU/SIISelLowering.cpp | 39 ++++++++++++++++++++ lib/Target/AMDGPU/SIISelLowering.h | 1 + lib/Target/AMDGPU/SIInstructions.td | 5 +++ test/CodeGen/AMDGPU/fabs.f16.ll | 3 +- test/CodeGen/AMDGPU/fadd.f16.ll | 18 +++++----- test/CodeGen/AMDGPU/fcanonicalize.f16.ll | 24 +++++++------ test/CodeGen/AMDGPU/fmul.f16.ll | 18 +++++----- test/CodeGen/AMDGPU/fptrunc.f16.ll | 55 +++++++++++++++++++++++++++- test/CodeGen/AMDGPU/fsub.f16.ll | 16 ++++----- test/CodeGen/AMDGPU/llvm.ceil.f16.ll | 7 ++-- test/CodeGen/AMDGPU/llvm.cos.f16.ll | 7 ++-- test/CodeGen/AMDGPU/llvm.exp2.f16.ll | 7 ++-- test/CodeGen/AMDGPU/llvm.floor.f16.ll | 7 ++-- test/CodeGen/AMDGPU/llvm.fma.f16.ll | 61 +++++++++++++++++++++----------- test/CodeGen/AMDGPU/llvm.fmuladd.f16.ll | 13 +++---- test/CodeGen/AMDGPU/llvm.log2.f16.ll | 7 ++-- test/CodeGen/AMDGPU/llvm.maxnum.f16.ll | 21 ++++++----- test/CodeGen/AMDGPU/llvm.minnum.f16.ll | 21 ++++++----- test/CodeGen/AMDGPU/llvm.rint.f16.ll | 11 +++--- test/CodeGen/AMDGPU/llvm.sin.f16.ll | 5 ++- test/CodeGen/AMDGPU/llvm.sqrt.f16.ll | 7 ++-- test/CodeGen/AMDGPU/llvm.trunc.f16.ll | 7 ++-- test/CodeGen/AMDGPU/sdwa-peephole.ll | 19 +++++----- test/CodeGen/AMDGPU/v_mac_f16.ll | 19 ++++++---- 27 files changed, 279 insertions(+), 133 deletions(-)