[PATCH] D46531: AMDGPU: Fix broken dynamic vector indexing for packed types

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 7 09:31:38 PDT 2018


arsenm created this revision.
arsenm added reviewers: rampitec, kzhuravl.
Herald added subscribers: t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng.

The intention of this was to multiply by 16, not shift by 16.


https://reviews.llvm.org/D46531

Files:
  lib/Target/AMDGPU/SIISelLowering.cpp
  test/CodeGen/AMDGPU/amdgpu.private-memory.ll
  test/CodeGen/AMDGPU/extract_vector_elt-f16.ll
  test/CodeGen/AMDGPU/extract_vector_elt-i16.ll
  test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46531.145483.patch
Type: text/x-patch
Size: 6256 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180507/26c9b344/attachment.bin>


More information about the llvm-commits mailing list