[PATCH] D52043: [X86][SSE] Lower shuffles to permute(unpack(x, y)) (PR31151)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 14 11:35:01 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL342257: [X86][SSE] Lower shuffles to permute(unpack(x,y)) (PR31151) (authored by RKSimon, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D52043?vs=165312&id=165554#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D52043

Files:
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/test/CodeGen/X86/debuginfo-locations-dce.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-128-v16.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-256-v16.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-256-v32.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-256-v8.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52043.165554.patch
Type: text/x-patch
Size: 21344 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180914/194dbabb/attachment.bin>


More information about the llvm-commits mailing list