[PATCH] Error out on inline-asm constraint "=f"

Akira Hatanaka ahatanak at gmail.com
Thu Jul 17 23:14:37 PDT 2014


This patch changes X86TargetInfo::validateAsmConstraint to check whether
constraint "f" is used for output operands and error-out if it is. The
following link explains why "=f" is disallowed.

https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140717/448ca755/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: inlineasmerror1.patch
Type: application/octet-stream
Size: 1520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140717/448ca755/attachment.obj>


More information about the cfe-commits mailing list