This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b77633aafe8 [WebAssembly] Fix fast-isel lowering illegal argument and r [...] new 45250546737 AMDGPU: Make v2i16/v2f16 legal on VI
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/AMDGPU.td | 3 + lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 15 +- lib/Target/AMDGPU/BUFInstructions.td | 12 +- lib/Target/AMDGPU/MIMGInstructions.td | 13 +- lib/Target/AMDGPU/SIISelLowering.cpp | 499 ++++++++++----------- lib/Target/AMDGPU/SIISelLowering.h | 6 +- lib/Target/AMDGPU/SIInstructions.td | 20 +- test/CodeGen/AMDGPU/add.v2i16.ll | 58 +-- test/CodeGen/AMDGPU/ashr.v2i16.ll | 13 +- test/CodeGen/AMDGPU/extract_vector_elt-i16.ll | 26 +- test/CodeGen/AMDGPU/fabs.f16.ll | 42 +- test/CodeGen/AMDGPU/fcanonicalize.f16.ll | 17 +- test/CodeGen/AMDGPU/fmax3.ll | 13 +- test/CodeGen/AMDGPU/fmin3.ll | 13 +- test/CodeGen/AMDGPU/fneg-fabs.f16.ll | 24 +- test/CodeGen/AMDGPU/fneg.f16.ll | 8 +- test/CodeGen/AMDGPU/half.ll | 104 +++-- test/CodeGen/AMDGPU/immv216.ll | 193 ++++---- test/CodeGen/AMDGPU/inlineasm-illegal-type.ll | 19 +- test/CodeGen/AMDGPU/insert_vector_elt.ll | 4 +- test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll | 40 +- test/CodeGen/AMDGPU/kernel-args.ll | 124 +++-- .../AMDGPU/llvm.amdgcn.buffer.store.format.d16.ll | 37 +- test/CodeGen/AMDGPU/llvm.amdgcn.image.d16.ll | 74 +-- test/CodeGen/AMDGPU/llvm.amdgcn.image.dim.ll | 1 + .../AMDGPU/llvm.amdgcn.tbuffer.store.d16.ll | 35 +- test/CodeGen/AMDGPU/llvm.fma.f16.ll | 12 +- test/CodeGen/AMDGPU/lshr.v2i16.ll | 23 +- test/CodeGen/AMDGPU/min.ll | 31 +- test/CodeGen/AMDGPU/reduction.ll | 44 +- test/CodeGen/AMDGPU/sdwa-peephole.ll | 6 +- test/CodeGen/AMDGPU/select-vectors.ll | 22 +- test/CodeGen/AMDGPU/shl.v2i16.ll | 17 +- test/CodeGen/AMDGPU/sign_extend.ll | 17 +- test/CodeGen/AMDGPU/sminmax.v2i16.ll | 22 +- test/CodeGen/AMDGPU/sub.v2i16.ll | 86 ++-- .../Transforms/SLPVectorizer/AMDGPU/packed-math.ll | 43 +- 37 files changed, 932 insertions(+), 804 deletions(-)