[PATCH] D40879: [X86][I86, I186, I286, I386, I486, PPRO, MMX]: Adding full coverage of MC encoding for the I86, I186, I286, I386, I486, PPRO and MMX isa sets.<NFC>

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 12 09:08:22 PST 2018


craig.topper updated this revision to Diff 129640.
craig.topper added a comment.

Remove 64-bit mode only instructions from the 32-bit tests. Use movq mnemonic instead of movd for moves between 64-bit GPRs and MMX registers.


Repository:
  rL LLVM

https://reviews.llvm.org/D40879

Files:
  test/MC/X86/I186-32.s
  test/MC/X86/I186-64.s
  test/MC/X86/I286-32.s
  test/MC/X86/I286-64.s
  test/MC/X86/I386-32.s
  test/MC/X86/I386-64.s
  test/MC/X86/I486-32.s
  test/MC/X86/I486-64.s
  test/MC/X86/I86-32.s
  test/MC/X86/I86-64.s
  test/MC/X86/MMX-32.s
  test/MC/X86/MMX-64.s
  test/MC/X86/PPRO-32.s
  test/MC/X86/PPRO-64.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40879.129640.patch
Type: text/x-patch
Size: 467840 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180112/fc9b5e30/attachment-0001.bin>


More information about the llvm-commits mailing list