[PATCH] D27684: [X86][SSE] Fix domains for VZEXT_LOAD type instructions

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 08:16:11 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL289825: [X86][SSE] Fix domains for VZEXT_LOAD type instructions (authored by RKSimon).

Changed prior to commit:
  https://reviews.llvm.org/D27684?vs=81122&id=81589#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D27684

Files:
  llvm/trunk/lib/Target/X86/X86InstrInfo.cpp
  llvm/trunk/test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll
  llvm/trunk/test/CodeGen/X86/2012-1-10-buildvector.ll
  llvm/trunk/test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll
  llvm/trunk/test/CodeGen/X86/avx-shuffle-x86_32.ll
  llvm/trunk/test/CodeGen/X86/avx2-vbroadcast.ll
  llvm/trunk/test/CodeGen/X86/avx512-mov.ll
  llvm/trunk/test/CodeGen/X86/fp-logic.ll
  llvm/trunk/test/CodeGen/X86/fp128-cast.ll
  llvm/trunk/test/CodeGen/X86/i64-mem-copy.ll
  llvm/trunk/test/CodeGen/X86/logical-load-fold.ll
  llvm/trunk/test/CodeGen/X86/merge-consecutive-loads-128.ll
  llvm/trunk/test/CodeGen/X86/merge-consecutive-loads-256.ll
  llvm/trunk/test/CodeGen/X86/merge-consecutive-loads-512.ll
  llvm/trunk/test/CodeGen/X86/mmx-arg-passing-x86-64.ll
  llvm/trunk/test/CodeGen/X86/pr11334.ll
  llvm/trunk/test/CodeGen/X86/pr2656.ll
  llvm/trunk/test/CodeGen/X86/scalar-int-to-fp.ll
  llvm/trunk/test/CodeGen/X86/sse-fcopysign.ll
  llvm/trunk/test/CodeGen/X86/sse-minmax.ll
  llvm/trunk/test/CodeGen/X86/sse2-intrinsics-fast-isel-x86_64.ll
  llvm/trunk/test/CodeGen/X86/sse2-intrinsics-fast-isel.ll
  llvm/trunk/test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll
  llvm/trunk/test/CodeGen/X86/sse2.ll
  llvm/trunk/test/CodeGen/X86/uint64-to-float.ll
  llvm/trunk/test/CodeGen/X86/uint_to_fp-2.ll
  llvm/trunk/test/CodeGen/X86/vec_extract-avx.ll
  llvm/trunk/test/CodeGen/X86/vec_extract-mmx.ll
  llvm/trunk/test/CodeGen/X86/vec_i64.ll
  llvm/trunk/test/CodeGen/X86/vec_insert-2.ll
  llvm/trunk/test/CodeGen/X86/vec_insert-3.ll
  llvm/trunk/test/CodeGen/X86/vec_insert-mmx.ll
  llvm/trunk/test/CodeGen/X86/vec_int_to_fp.ll
  llvm/trunk/test/CodeGen/X86/vec_set-2.ll
  llvm/trunk/test/CodeGen/X86/vec_set-C.ll
  llvm/trunk/test/CodeGen/X86/vec_set-D.ll
  llvm/trunk/test/CodeGen/X86/vec_set-F.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-128-v2.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-128-v4.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-256-v4.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-256-v8.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-512-v16.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-combining-xop.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-combining.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-mmx.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-variable-256.ll
  llvm/trunk/test/CodeGen/X86/vector-zmov.ll
  llvm/trunk/test/CodeGen/X86/widen_load-2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27684.81589.patch
Type: text/x-patch
Size: 62048 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161215/dcad5a51/attachment-0001.bin>


More information about the llvm-commits mailing list