[PATCH] D35775: [x86][inline-asm]Extend support for memory reference expression

2017-09-03 Thread coby via Phabricator via cfe-commits
coby abandoned this revision. coby added a comment. superseded by https://reviews.llvm.org/D37412 Repository: rL LLVM https://reviews.llvm.org/D35775 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/li

[PATCH] D35775: [x86][inline-asm]Extend support for memory reference expression

2017-07-23 Thread coby via Phabricator via cfe-commits
coby created this revision. Herald added a subscriber: eraman. Extend support for expressions which represent a variable access in ms-style inline-asm, to allow the incorporation of both registers and variables. Currently, expression such as '//__asm mov eax, [var + eax]//' would have been reduc