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

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 19 10:35:43 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL347240: [X86] Attempt to improve v32i8/v64i8 multiply lowering by applying the v16i8… (authored by ctopper, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D54668

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

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


More information about the llvm-commits mailing list