[PATCH] D37947: [X86] Fix two more places to prefer VPERMQ/PD over VPERM2X128 when AVX2 is enabled

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 09:41:25 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL313542: [X86] Fix two more places to prefer VPERMQ/PD over VPERM2X128 when AVX2 is… (authored by ctopper).

Changed prior to commit:
  https://reviews.llvm.org/D37947?vs=115590&id=115668#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D37947

Files:
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/test/CodeGen/X86/avx-vperm2x128.ll
  llvm/trunk/test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll
  llvm/trunk/test/CodeGen/X86/oddshuffles.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
  llvm/trunk/test/CodeGen/X86/vector-shuffle-512-v32.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-512-v64.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-512-v8.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-combining-avx.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-combining-avx2.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-combining.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-v1.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-v48.ll
  llvm/trunk/test/CodeGen/X86/x86-interleaved-access.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37947.115668.patch
Type: text/x-patch
Size: 118856 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170918/a60fd85b/attachment-0001.bin>


More information about the llvm-commits mailing list