[PATCH] D41440: [X86][SSE] Split large PAVGB/PAVGW vectors to legal widths

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 20 06:13:29 PST 2017


RKSimon created this revision.
RKSimon added reviewers: congh, craig.topper, spatel, andreadb.

Patch to allow detectAVGPattern handle vectors larger than the legal size (128 SSE2, 256 AVX2, 512 AVX512BW), splitting the vectors accordingly.


Repository:
  rL LLVM

https://reviews.llvm.org/D41440

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/avg-mask.ll
  test/CodeGen/X86/avg.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41440.127698.patch
Type: text/x-patch
Size: 179979 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171220/e3d67a59/attachment-0001.bin>


More information about the llvm-commits mailing list