[PATCH] D37412: [X86][MS-InlineAsm] Extended support for variables / identifiers on memory / immediate expressions

coby via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 1 21:28:26 PDT 2017


coby created this revision.

Allow the proper recognition of Enum values and global variables inside ms inline-asm memory / immediate expressions, as they require some additional overhead and treated incorrect if doesn't early recognized.
supersedes https://reviews.llvm.org/D33278, https://reviews.llvm.org/D35775


Repository:
  rL LLVM

https://reviews.llvm.org/D37412

Files:
  include/llvm/MC/MCParser/MCAsmParser.h
  lib/Target/X86/AsmParser/X86AsmParser.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37412.113639.patch
Type: text/x-patch
Size: 15107 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170902/73aba1b2/attachment.bin>


More information about the llvm-commits mailing list