[PATCH] D10668: [X86] Add Jcc branch hint (2E, 3E) MC support.

Ahmed Bougacha via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 16:25:05 PST 2016


ab updated this revision to Diff 48753.
ab added a comment.

Rebase and changed to use TSFlags instead of new formats: the latter spares bits, but the former seems cleaner.


http://reviews.llvm.org/D10668

Files:
  lib/Target/X86/AsmParser/X86AsmParser.cpp
  lib/Target/X86/Disassembler/X86Disassembler.cpp
  lib/Target/X86/MCTargetDesc/X86BaseInfo.h
  lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
  lib/Target/X86/X86InstrControl.td
  lib/Target/X86/X86InstrFormats.td
  test/MC/X86/branch-hint-prefix.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10668.48753.patch
Type: text/x-patch
Size: 12369 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160223/5e90a525/attachment.bin>


More information about the llvm-commits mailing list