[PATCH] D18837: Permit memory operands in ins/outs instructions

Nirav Dave via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 6 11:26:59 PDT 2016


niravd created this revision.
niravd added a reviewer: craig.topper.
niravd added a subscriber: llvm-commits.

[x86] (PR15455) While (ins|outs)[bwld] instructions do not take %dx as a
memory operand, various unofficial references do and objdump
disassembles to this format. Extend special treatment of
similar (in|out)[bwld] operations.

http://reviews.llvm.org/D18837

Files:
  lib/Target/X86/AsmParser/X86AsmParser.cpp
  test/MC/X86/x86-32.s
  test/MC/X86/x86-64.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18837.52829.patch
Type: text/x-patch
Size: 3537 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160406/527534ec/attachment-0001.bin>


More information about the llvm-commits mailing list