[PATCH] D54668: [X86] Attempt to improve v32i8/v64i8 multiply lowering by applying the v16i8 non-avx2 algorithm to each 128-bit lane.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 18 21:33:23 PST 2018


craig.topper updated this revision to Diff 174559.
craig.topper added a comment.

Rebase


Repository:
  rL LLVM

https://reviews.llvm.org/D54668

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/avx2-arith.ll
  test/CodeGen/X86/min-legal-vector-width.ll
  test/CodeGen/X86/pmul.ll
  test/CodeGen/X86/prefer-avx256-wide-mul.ll
  test/CodeGen/X86/vector-mul.ll
  test/CodeGen/X86/vector-reduce-mul.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54668.174559.patch
Type: text/x-patch
Size: 201396 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181119/c58db3b1/attachment-0001.bin>


More information about the llvm-commits mailing list