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

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


igorb updated this revision to Diff 99416.
igorb added a comment.

- fix according to comments.
- Updated test with -verify-machineinstrs
- rebase

Thanks for the review!


https://reviews.llvm.org/D33232

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

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


More information about the llvm-commits mailing list