[PATCH] D46959: [X86][SSE] Reduce instruction/register usages for v4i32 vector shifts (PR37441)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 13:56:48 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL332524: [X86][SSE] Reduce instruction/register usages for v4i32 vector shifts (PR37441) (authored by RKSimon, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D46959?vs=147109&id=147174#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D46959

Files:
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/test/CodeGen/X86/combine-sra.ll
  llvm/trunk/test/CodeGen/X86/combine-srl.ll
  llvm/trunk/test/CodeGen/X86/combine-udiv.ll
  llvm/trunk/test/CodeGen/X86/combine-urem.ll
  llvm/trunk/test/CodeGen/X86/vector-rotate-128.ll
  llvm/trunk/test/CodeGen/X86/vector-shift-ashr-128.ll
  llvm/trunk/test/CodeGen/X86/vector-shift-lshr-128.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46959.147174.patch
Type: text/x-patch
Size: 49433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180516/5dca44c4/attachment-0001.bin>


More information about the llvm-commits mailing list