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
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