[PATCH] D37568: [AMDGPU] Allow flexible register names in inline asm constraints

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 7 12:27:12 PDT 2017


yaxunl added a comment.

In https://reviews.llvm.org/D37568#863735, @b-sumner wrote:

> The assembler accepts v[N] in addition to vN.  I'm not sure if that is needed here.


Then we'd better also allow that in constraints to avoid confusion of users.


https://reviews.llvm.org/D37568





More information about the cfe-commits mailing list