[PATCH] D32698: [GlobalISel][X86] G_MUL legalizer/selector support.

Igor Breger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 8 02:05:51 PDT 2017


igorb updated this revision to Diff 98140.
igorb marked an inline comment as done.
igorb added a comment.
Herald added a subscriber: krytarowski.

- Fixes according to the review comments.


https://reviews.llvm.org/D32698

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32698.98140.patch
Type: text/x-patch
Size: 41316 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170508/85c9170b/attachment-0001.bin>


More information about the llvm-commits mailing list