[PATCH] D58181: [x86] split more v8f32/v8i32 shuffles in lowering

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 18 08:46:07 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL354279: [x86] split more v8f32/v8i32 shuffles in lowering (authored by spatel, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D58181?vs=187069&id=187253#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D58181

Files:
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/test/CodeGen/X86/avx2-conversions.ll
  llvm/trunk/test/CodeGen/X86/avx2-vector-shifts.ll
  llvm/trunk/test/CodeGen/X86/combine-shl.ll
  llvm/trunk/test/CodeGen/X86/combine-sra.ll
  llvm/trunk/test/CodeGen/X86/combine-srl.ll
  llvm/trunk/test/CodeGen/X86/oddshuffles.ll
  llvm/trunk/test/CodeGen/X86/reduce-trunc-shl.ll
  llvm/trunk/test/CodeGen/X86/shuffle-vs-trunc-256-widen.ll
  llvm/trunk/test/CodeGen/X86/shuffle-vs-trunc-256.ll
  llvm/trunk/test/CodeGen/X86/vector-trunc-math-widen.ll
  llvm/trunk/test/CodeGen/X86/vector-trunc-math.ll
  llvm/trunk/test/CodeGen/X86/vector-trunc-packus-widen.ll
  llvm/trunk/test/CodeGen/X86/vector-trunc-packus.ll
  llvm/trunk/test/CodeGen/X86/vector-trunc-ssat-widen.ll
  llvm/trunk/test/CodeGen/X86/vector-trunc-ssat.ll
  llvm/trunk/test/CodeGen/X86/vector-trunc-usat-widen.ll
  llvm/trunk/test/CodeGen/X86/vector-trunc-usat.ll
  llvm/trunk/test/CodeGen/X86/vector-trunc-widen.ll
  llvm/trunk/test/CodeGen/X86/vector-trunc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58181.187253.patch
Type: text/x-patch
Size: 129522 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190218/2feec16a/attachment.bin>


More information about the llvm-commits mailing list