[PATCH] D37262: The issues with X86 prefixes: step 2

Andrew V. Tischenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 06:46:29 PDT 2017


avt77 created this revision.

This patch includes everything we have in https://reviews.llvm.org/D36788 plus it covers PR19251. I was forced to refactor and to re-design the current implementation because it was not adopted for various use cases of prefixes. Now it should fix all known issues.


https://reviews.llvm.org/D37262

Files:
  include/llvm/MC/MCInst.h
  lib/Target/X86/Disassembler/X86Disassembler.cpp
  lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
  lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
  lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
  lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp
  test/MC/Disassembler/X86/prefixes-i386.s
  test/MC/Disassembler/X86/prefixes-x86_64.s
  test/MC/Disassembler/X86/prefixes.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37262.113083.patch
Type: text/x-patch
Size: 27319 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170829/6889018c/attachment.bin>


More information about the llvm-commits mailing list