[clang] [Clang][AMDGPU] Add a new builtin type for buffer rsrc (PR #94830)

Shilei Tian via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 17 11:27:50 PDT 2024


================
@@ -0,0 +1,17 @@
+// REQUIRES: amdgpu-registered-target
+// RUN: %clang_cc1 -fsyntax-only -verify -std=gnu++11 -triple amdgcn -Wno-unused-value %s
+
----------------
shiltian wrote:

TBH I don't think there is any difference but I added them anyway.

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


More information about the cfe-commits mailing list