[clang] [AMDGPU] Support for type inferring image load/store builtins for AMDGPU (PR #140210)
Rana Pratap Reddy via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 8 02:17:22 PDT 2025
================
@@ -0,0 +1,194 @@
+// RUN: %clang_cc1 -triple amdgcn-- -target-cpu gfx1100 -S -verify=expected -o - %s
+// REQUIRES: amdgpu-registered-target
----------------
ranapratap55 wrote:
modified the names.
https://github.com/llvm/llvm-project/pull/140210
More information about the cfe-commits
mailing list