[PATCH] D54606: [AMDGPU] Convert insert_vector_elt into set of selects

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 16 14:23:45 PST 2018


rampitec updated this revision to Diff 174448.
rampitec added a comment.

Converted tests to non-undef vectors, added a test with an undef vector.
This is now based on https://reviews.llvm.org/D54646 and insert_vector_elt undef, ... results just in a splat.


https://reviews.llvm.org/D54606

Files:
  lib/Target/AMDGPU/SIISelLowering.cpp
  lib/Target/AMDGPU/SIISelLowering.h
  test/CodeGen/AMDGPU/indirect-addressing-si-noopt.ll
  test/CodeGen/AMDGPU/indirect-addressing-si.ll
  test/CodeGen/AMDGPU/insert_vector_dynelt.ll
  test/CodeGen/AMDGPU/insert_vector_elt.ll
  test/CodeGen/AMDGPU/movreld-bug.ll
  test/CodeGen/AMDGPU/promote-alloca-vector-to-vector.ll
  test/CodeGen/AMDGPU/vector-extract-insert.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54606.174448.patch
Type: text/x-patch
Size: 47349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181116/e5e50fba/attachment-0001.bin>


More information about the llvm-commits mailing list