[PATCH] [aarch64] Distinguish the 'Q' and 'm' inline assembly memory constraints.

Tim Northover t.p.northover at gmail.com
Fri Mar 20 07:19:30 PDT 2015


Hi Daniel,

On 18 March 2015 at 09:14, Daniel Sanders <daniel.sanders at imgtec.com> wrote:
> The main thing I'm looking for is for is for someone with knowledge of the target to say whether they're aware of any supported constraints that this patch doesn't cover.

Thanks for the patch, I think it looks fine. I wouldn't worry about
those 3-letter ones, hopefully no-one is using them. The trouble with
inline asm constraints is that on the GCC side, they're basically a
direct window into its internals so it's easy to use ones that are
simply meaningless in other compilers.

Tim.



More information about the llvm-commits mailing list