[PATCH] D28468: [X86] Fix for bugzilla 31576 - add support for "data32" instruction prefix

Marina Yatsina via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 12 09:03:36 PST 2017


myatsina updated this revision to Diff 84131.
myatsina added a comment.

Added relevant data16/data32+lgdt tests.

Regarding the disassembler tests - the llvm build itself is the test, if somebody breaks this disassembler tablegen change, the llvm build will fail.


Repository:
  rL LLVM

https://reviews.llvm.org/D28468

Files:
  lib/Target/X86/AsmParser/X86AsmParser.cpp
  lib/Target/X86/X86InstrInfo.td
  test/MC/X86/x86-16.s
  test/MC/X86/x86-32.s
  test/MC/X86/x86-64.s
  utils/TableGen/X86DisassemblerTables.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28468.84131.patch
Type: text/x-patch
Size: 3678 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170112/08098582/attachment.bin>


More information about the llvm-commits mailing list