[PATCH] D65132: [X86] In lowerVectorShuffle, instead of creating a new node to canonicalize the shuffle mask by commuting, just commute the mask and swap V1/V2.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 23 11:46:11 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL366835: [X86] In lowerVectorShuffle, instead of creating a new node to canonicalize theā€¦ (authored by ctopper, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D65132?vs=211250&id=211343#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65132/new/

https://reviews.llvm.org/D65132

Files:
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/test/CodeGen/X86/oddshuffles.ll
  llvm/trunk/test/CodeGen/X86/vector-shift-ashr-sub128.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-128-v2.ll
  llvm/trunk/test/CodeGen/X86/vector-zext-widen.ll
  llvm/trunk/test/CodeGen/X86/vector-zext.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65132.211343.patch
Type: text/x-patch
Size: 11972 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190723/113c9161/attachment.bin>


More information about the llvm-commits mailing list