[PATCH] D14827: Adding support for missing variations of X86 string related instructions
Marina Yatsina via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 19 09:13:22 PST 2015
myatsina created this revision.
myatsina added a reviewer: rnk.
myatsina added a subscriber: llvm-commits.
myatsina set the repository for this revision to rL LLVM.
The following are legal according to X86 spec:
ins mem, DX
outs DX, mem
lods mem
stos mem
scas mem
cmps mem, mem
movs mem, mem
Repository:
rL LLVM
http://reviews.llvm.org/D14827
Files:
lib/Target/X86/AsmParser/X86AsmParser.cpp
lib/Target/X86/X86InstrInfo.td
test/MC/X86/intel-syntax.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14827.40657.patch
Type: text/x-patch
Size: 17066 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151119/3c00dcda/attachment.bin>
More information about the llvm-commits
mailing list