[PATCH] D14761: [X86][SSE] Detect AVG pattern during instruction combine for SSE2/AVX2/AVX512BW.

Cong Hou via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 22 16:58:12 PST 2015


congh updated this revision to Diff 40892.
congh added a comment.

Update the patch. Now we can detect AVG pattern with one constant operand.


http://reviews.llvm.org/D14761

Files:
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86InstrSSE.td
  lib/Target/X86/X86IntrinsicsInfo.h
  test/CodeGen/X86/avg.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14761.40892.patch
Type: text/x-patch
Size: 38004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151123/0f42c863/attachment.bin>


More information about the llvm-commits mailing list