[clang] [clang][AMDGPU] Clean-up handling of named barrier type (PR #207687)
Yaxun Liu via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 13 12:46:26 PDT 2026
================
@@ -1073,6 +1076,10 @@ class TargetInfo : public TransferrableTargetInfo,
/// available on this target.
bool hasAArch64ACLETypes() const { return HasAArch64ACLETypes; }
+ /// Returns whether or not the ANDGPU built-in types are
----------------
yxsamliu wrote:
Typo: `ANDGPU` -> `AMDGPU`.
https://github.com/llvm/llvm-project/pull/207687
More information about the cfe-commits
mailing list