[PATCH] D15075: No error for conflict between inputs\outputs and clobber list

Ziv Izhar via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 24 06:48:11 PST 2016


zizhar added a comment.

You understood corectly :)

After going a bit through the log, I think that there is no reason for clang to not detect it, probably the check was just forgotten.

This patch is the check.

"r" constraint means (taken from the spec:) A register operand is allowed provided that it is in a general register.
("%rcx") means - use the register rcx.


http://reviews.llvm.org/D15075





More information about the cfe-commits mailing list