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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 12 11:58:17 PST 2016


RKSimon created this revision.
RKSimon added reviewers: mkuper, m_zuckerman, craig.topper, spatel, andreadb.
RKSimon added a subscriber: llvm-commits.
RKSimon set the repository for this revision to rL LLVM.

Add the missing domain equivalences for movss, movsd, movd and movq zero extending loading instructions.


Repository:
  rL LLVM

https://reviews.llvm.org/D27684

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27684.81122.patch
Type: text/x-patch
Size: 61650 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161212/19a2c44a/attachment-0001.bin>


More information about the llvm-commits mailing list