[PATCH] D32220: [X86][SSE2] Fix asm string for movq (Move Quadword) instruction

Ayman Musa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 00:22:01 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL301386: [X86][SSE2] Fix asm string for movq (Move Quadword) instruction. (authored by aymanmus).

Changed prior to commit:
  https://reviews.llvm.org/D32220?vs=96295&id=96677#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32220

Files:
  llvm/trunk/lib/Target/X86/X86InstrSSE.td
  llvm/trunk/test/CodeGen/X86/GlobalISel/memop.ll
  llvm/trunk/test/CodeGen/X86/asm-reg-type-mismatch.ll
  llvm/trunk/test/CodeGen/X86/atomic-non-integer.ll
  llvm/trunk/test/CodeGen/X86/bitcast2.ll
  llvm/trunk/test/CodeGen/X86/clear_upper_vector_element_bits.ll
  llvm/trunk/test/CodeGen/X86/dagcombine-cse.ll
  llvm/trunk/test/CodeGen/X86/extractelement-index.ll
  llvm/trunk/test/CodeGen/X86/gather-addresses.ll
  llvm/trunk/test/CodeGen/X86/i64-to-float.ll
  llvm/trunk/test/CodeGen/X86/isint.ll
  llvm/trunk/test/CodeGen/X86/lower-bitcast.ll
  llvm/trunk/test/CodeGen/X86/mmx-bitcast.ll
  llvm/trunk/test/CodeGen/X86/mmx-cvt.ll
  llvm/trunk/test/CodeGen/X86/mod128.ll
  llvm/trunk/test/CodeGen/X86/movmsk.ll
  llvm/trunk/test/CodeGen/X86/nontemporal-2.ll
  llvm/trunk/test/CodeGen/X86/pr18344.ll
  llvm/trunk/test/CodeGen/X86/pr21792.ll
  llvm/trunk/test/CodeGen/X86/pr30511.ll
  llvm/trunk/test/CodeGen/X86/pshufb-mask-comments.ll
  llvm/trunk/test/CodeGen/X86/ret-mmx.ll
  llvm/trunk/test/CodeGen/X86/sad_variations.ll
  llvm/trunk/test/CodeGen/X86/scalar-int-to-fp.ll
  llvm/trunk/test/CodeGen/X86/setcc-wide-types.ll
  llvm/trunk/test/CodeGen/X86/shrink_vmul.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-schedule.ll
  llvm/trunk/test/CodeGen/X86/statepoint-vector.ll
  llvm/trunk/test/CodeGen/X86/vec_fneg.ll
  llvm/trunk/test/CodeGen/X86/vec_fp_to_int.ll
  llvm/trunk/test/CodeGen/X86/vec_insert-3.ll
  llvm/trunk/test/CodeGen/X86/vec_insert-5.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-8.ll
  llvm/trunk/test/CodeGen/X86/vec_set-C.ll
  llvm/trunk/test/CodeGen/X86/vec_shift7.ll
  llvm/trunk/test/CodeGen/X86/vector-compare-all_of.ll
  llvm/trunk/test/CodeGen/X86/vector-compare-any_of.ll
  llvm/trunk/test/CodeGen/X86/vector-idiv-sdiv-128.ll
  llvm/trunk/test/CodeGen/X86/vector-idiv-udiv-128.ll
  llvm/trunk/test/CodeGen/X86/vector-lzcnt-128.ll
  llvm/trunk/test/CodeGen/X86/vector-pcmp.ll
  llvm/trunk/test/CodeGen/X86/vector-sext.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-trunc-math.ll
  llvm/trunk/test/CodeGen/X86/vector-trunc.ll
  llvm/trunk/test/CodeGen/X86/vector-tzcnt-128.ll
  llvm/trunk/test/CodeGen/X86/vmovq.ll
  llvm/trunk/test/CodeGen/X86/vshift-1.ll
  llvm/trunk/test/CodeGen/X86/vshift-2.ll
  llvm/trunk/test/CodeGen/X86/vsplit-and.ll
  llvm/trunk/test/CodeGen/X86/widen_cast-5.ll
  llvm/trunk/test/CodeGen/X86/widen_conv-3.ll
  llvm/trunk/test/CodeGen/X86/widen_conv-4.ll
  llvm/trunk/test/MC/Disassembler/X86/x86-64.txt
  llvm/trunk/test/MC/X86/x86-64.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32220.96677.patch
Type: text/x-patch
Size: 94860 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170426/fcb5d463/attachment-0001.bin>


More information about the llvm-commits mailing list