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

Andrew V. Tischenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 11 06:25:24 PDT 2017


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

I added a test to cover PR32809. 
Guys, could you speed up the review? In fact you already reviewed everything except  X86-ASM changes: I did it to have one path for both assembler and disassembler as we agreed in our previuos discussions.


https://reviews.llvm.org/D37262

Files:
  include/llvm/MC/MCInst.h
  lib/Target/X86/AsmParser/X86AsmParser.cpp
  lib/Target/X86/AsmParser/X86Operand.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
  lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
  test/MC/Disassembler/X86/prefixes.txt
  test/MC/Disassembler/X86/x86-64.txt
  test/MC/X86/intel-syntax-encoding.s
  test/MC/X86/x86-64.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37262.118602.patch
Type: text/x-patch
Size: 35595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171011/afc46b10/attachment.bin>


More information about the llvm-commits mailing list