[PATCH] D56201: [LegalizeVectorTypes] Allow single loads and stores for more short vectors

Guillaume Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 14 08:23:12 PST 2019


tauril updated this revision to Diff 181556.
tauril added a comment.

I modified some AMDGPU tests to track more registers where possible as @jvesely suggested, and I added some missing new relevant generated instructions (`BFE_INT`).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56201/new/

https://reviews.llvm.org/D56201

Files:
  lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  test/CodeGen/AMDGPU/load-constant-i16.ll
  test/CodeGen/AMDGPU/load-global-i16.ll
  test/CodeGen/AMDGPU/load-local-i16.ll
  test/CodeGen/X86/load-local-i1.ll
  test/CodeGen/X86/widen_arith-3.ll
  test/CodeGen/X86/widen_cast-2.ll
  test/CodeGen/X86/widen_cast-3.ll
  test/CodeGen/X86/widen_load-2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56201.181556.patch
Type: text/x-patch
Size: 16547 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190114/8ff8727f/attachment.bin>


More information about the llvm-commits mailing list