[PATCH] D31173: [X86][MS-compatability] allow MS TYPE/SIZE/LENGTH operators as a part of a compound expression
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 21 10:10:52 PDT 2017
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: lib/Target/X86/AsmParser/X86AsmParser.cpp:1791-1792
+ // Offset operator
+ // Should be handled as part of immediate expression, as other operators
+ // Currently, only supported as a stand-alone operand
+ if (isParsingInlineAsm())
----------------
Add FIXME: here, since this should be addressed eventually.
Repository:
rL LLVM
https://reviews.llvm.org/D31173
More information about the llvm-commits
mailing list