[PATCH] D31173: [X86][MS-compatability] allow MS TYPE/SIZE/LENGTH operators as a part of a compound expression

coby via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 00:52:19 PDT 2017


coby created this revision.

This patch introduces X86AsmParser with the ability to handle the aforementioned ops within compound "MS" arithmetical expressions. Currently - only supported as a stand alone Operand, e.g.:
"TYPE X"
now allowed :
"4 + TYPE X * 128"

Clang side:


Repository:
  rL LLVM

https://reviews.llvm.org/D31173

Files:
  lib/Target/X86/AsmParser/X86AsmParser.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31173.92436.patch
Type: text/x-patch
Size: 7342 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170321/201ea5ea/attachment.bin>


More information about the llvm-commits mailing list