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

Andrew V. Tischenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 15:31:13 PDT 2017


avt77 updated this revision to Diff 116672.
avt77 added a comment.

I fixed tests mentioned by Craig. And about extension of MCInst: this opaque data (not simple flag) could be really useful for other components (not only for disassembler).


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
  lib/Target/X86/MCTargetDesc/X86BaseInfo.h
  test/MC/Disassembler/X86/prefixes-i386.txt
  test/MC/Disassembler/X86/prefixes-x86_64.txt
  test/MC/Disassembler/X86/prefixes.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37262.116672.patch
Type: text/x-patch
Size: 28935 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170926/982d7cb2/attachment-0001.bin>


More information about the llvm-commits mailing list