[PATCH] D27419: [X86][SSE] Consistently set MOVD/MOVQ load/store/move instructions to integer domain

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 09:51:29 PST 2016


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

We are being inconsistent with these instructions (and all their variants.....) with a random mix of them using the default float domain.

I can add the MMX variants as well if necessary.


Repository:
  rL LLVM

https://reviews.llvm.org/D27419

Files:
  lib/Target/X86/X86InstrAVX512.td
  lib/Target/X86/X86InstrSSE.td
  test/CodeGen/X86/2012-1-10-buildvector.ll
  test/CodeGen/X86/avx2-vbroadcast.ll
  test/CodeGen/X86/clear_upper_vector_element_bits.ll
  test/CodeGen/X86/exedepsfix-broadcast.ll
  test/CodeGen/X86/extractelement-index.ll
  test/CodeGen/X86/fp-logic.ll
  test/CodeGen/X86/masked_memop.ll
  test/CodeGen/X86/merge-consecutive-loads-128.ll
  test/CodeGen/X86/pshufb-mask-comments.ll
  test/CodeGen/X86/scalar-int-to-fp.ll
  test/CodeGen/X86/uint_to_fp-2.ll
  test/CodeGen/X86/vec_fp_to_int.ll
  test/CodeGen/X86/vec_ins_extract-1.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27419.80281.patch
Type: text/x-patch
Size: 20480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161205/cd107cc6/attachment.bin>


More information about the llvm-commits mailing list