[clang] [clang][AMDGPU] Clean-up handling of named barrier type (PR #207687)
Yaxun Liu via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 28 07:17:31 PDT 2026
================
@@ -0,0 +1,16 @@
+// REQUIRES: amdgpu-registered-target
+// RUN: %clang_cc1 %s -fsyntax-only -fcuda-is-device -std=c++17 -triple spirv64-amd-amdhsa -verify
+
+// TODO: Make this an error
----------------
yxsamliu wrote:
This TODO looks stale now, since the test already expects errors. Could you remove it?
https://github.com/llvm/llvm-project/pull/207687
More information about the cfe-commits
mailing list