[PATCH] D53107: [X86] Move promotion of vector and/or/xor from legalization to DAG combine

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 14 18:54:20 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL344487: [X86] Move promotion of vector and/or/xor from legalization to DAG combine (authored by ctopper, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D53107?vs=169580&id=169638#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D53107

Files:
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/test/CodeGen/X86/avx-logic.ll
  llvm/trunk/test/CodeGen/X86/avx512-ext.ll
  llvm/trunk/test/CodeGen/X86/avx512-insert-extract.ll
  llvm/trunk/test/CodeGen/X86/avx512-schedule.ll
  llvm/trunk/test/CodeGen/X86/avx512vl-vec-masked-cmp.ll
  llvm/trunk/test/CodeGen/X86/cast-vsel.ll
  llvm/trunk/test/CodeGen/X86/combine-sdiv.ll
  llvm/trunk/test/CodeGen/X86/combine-srl.ll
  llvm/trunk/test/CodeGen/X86/gather-addresses.ll
  llvm/trunk/test/CodeGen/X86/horizontal-reduce-umax.ll
  llvm/trunk/test/CodeGen/X86/horizontal-reduce-umin.ll
  llvm/trunk/test/CodeGen/X86/known-bits.ll
  llvm/trunk/test/CodeGen/X86/nontemporal-loads.ll
  llvm/trunk/test/CodeGen/X86/paddus.ll
  llvm/trunk/test/CodeGen/X86/psubus.ll
  llvm/trunk/test/CodeGen/X86/sat-add.ll
  llvm/trunk/test/CodeGen/X86/setcc-lowering.ll
  llvm/trunk/test/CodeGen/X86/sse2-intrinsics-canonical.ll
  llvm/trunk/test/CodeGen/X86/unfold-masked-merge-vector-variablemask-const.ll
  llvm/trunk/test/CodeGen/X86/v8i1-masks.ll
  llvm/trunk/test/CodeGen/X86/vector-blend.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-umax.ll
  llvm/trunk/test/CodeGen/X86/vector-reduce-umin.ll
  llvm/trunk/test/CodeGen/X86/vector-shift-lshr-128.ll
  llvm/trunk/test/CodeGen/X86/vector-shift-shl-128.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-256-v16.ll
  llvm/trunk/test/CodeGen/X86/vector-trunc-math.ll
  llvm/trunk/test/CodeGen/X86/vector-trunc-packus.ll
  llvm/trunk/test/CodeGen/X86/vector-trunc-ssat.ll
  llvm/trunk/test/CodeGen/X86/vector-trunc-usat.ll
  llvm/trunk/test/CodeGen/X86/vector-trunc.ll
  llvm/trunk/test/CodeGen/X86/vshift-6.ll
  llvm/trunk/test/CodeGen/X86/x86-interleaved-access.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53107.169638.patch
Type: text/x-patch
Size: 136504 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181015/088ee150/attachment-0001.bin>


More information about the llvm-commits mailing list