[PATCH] D33232: [GlobalISel][X86] G_ADD/G_SUB vector legalizer/selector support.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 04:24:17 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL303345: [GlobalISel][X86] G_ADD/G_SUB vector legalizer/selector support. (authored by ibreger).

Changed prior to commit:
  https://reviews.llvm.org/D33232?vs=99416&id=99417#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D33232

Files:
  llvm/trunk/lib/Target/X86/X86LegalizerInfo.cpp
  llvm/trunk/test/CodeGen/X86/GlobalISel/add-vec.ll
  llvm/trunk/test/CodeGen/X86/GlobalISel/legalize-add-v128.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/legalize-add-v256.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/legalize-add-v512.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/legalize-sub-v128.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/legalize-sub-v256.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/legalize-sub-v512.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/regbankselect-AVX2.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/regbankselect-AVX512.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/select-add-v128.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/select-add-v256.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/select-add-v512.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/select-sub-v128.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/select-sub-v256.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/select-sub-v512.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/sub-vec.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33232.99417.patch
Type: text/x-patch
Size: 67062 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170518/d3656399/attachment-0001.bin>


More information about the llvm-commits mailing list