[PATCH] D77329: [AMDGPU] Allow AGPR in inline asm
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 2 12:28:38 PDT 2020
arsenm added inline comments.
================
Comment at: clang/test/CodeGenOpenCL/inline-asm-amdgcn.cl:11-14
+ float acc_c;
+ float reg_a;
+ float reg_b;
+ float reg_c;
----------------
These mostly aren't the right types?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77329/new/
https://reviews.llvm.org/D77329
More information about the cfe-commits
mailing list