[PATCH] D48936: [X86][SSE] Prefer BLEND(SHL(v, c1), SHL(v, c2)) over MUL(v, c3)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 8 13:29:02 PDT 2018


RKSimon updated this revision to Diff 154525.
RKSimon added a comment.

Still perform non-SHL shifts without PBLENDW / v4i32 widening


Repository:
  rL LLVM

https://reviews.llvm.org/D48936

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/combine-shl.ll
  test/CodeGen/X86/lower-vec-shift.ll
  test/CodeGen/X86/vec_shift6.ll
  test/CodeGen/X86/widen_arith-4.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48936.154525.patch
Type: text/x-patch
Size: 10414 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180708/fed819a9/attachment.bin>


More information about the llvm-commits mailing list