[clang] [llvm] [AMDGPU] Extend __builtin_amdgcn_sched_group_barrier to support rules. (PR #85304)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 24 00:56:41 PDT 2024


================
@@ -0,0 +1,10 @@
+// RUN: %clang_cc1 -O0 -cl-std=CL2.0 -triple amdgcn-amd-amdhsa -target-cpu gfx90a \
+// RUN:   -verify -S -o - %s
+
----------------
arsenm wrote:

-verify tests belong in Sema, there's no codegen here 

https://github.com/llvm/llvm-project/pull/85304


More information about the cfe-commits mailing list