[PATCH] D14251: AMDGPU: Make v2i64/v2f64 legal types.

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 2 11:09:56 PST 2015


arsenm created this revision.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
Herald added a subscriber: arsenm.

They can be loaded and stored, so count them as legal. This is
mostly to fix a number of common cases for load/store merging.

http://reviews.llvm.org/D14251

Files:
  lib/Target/AMDGPU/SIISelLowering.cpp
  lib/Target/AMDGPU/SIInstructions.td
  lib/Target/AMDGPU/SIRegisterInfo.td
  test/CodeGen/AMDGPU/ds_read2_superreg.ll
  test/CodeGen/AMDGPU/ds_write2.ll
  test/CodeGen/AMDGPU/extract-vector-elt-i64.ll
  test/CodeGen/AMDGPU/global-extload-i32.ll
  test/CodeGen/AMDGPU/half.ll
  test/CodeGen/AMDGPU/insert_vector_elt.ll
  test/CodeGen/AMDGPU/merge-stores.ll
  test/CodeGen/AMDGPU/reorder-stores.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14251.38950.patch
Type: text/x-patch
Size: 27632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151102/890d885f/attachment-0001.bin>


More information about the llvm-commits mailing list