[clang] [AMDGPU][Clang] Support for type inferring extended image builtins for AMDGPU (PR #164358)
Rana Pratap Reddy via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 24 04:46:57 PDT 2025
================
@@ -0,0 +1,21 @@
+// RUN: %clang_cc1 -triple amdgcn-- -target-cpu gfx1100 -target-feature +extended-image-insts -S -verify=expected -o - %s
+// REQUIRES: amdgpu-registered-target
+
----------------
ranapratap55 wrote:
updated.
https://github.com/llvm/llvm-project/pull/164358
More information about the cfe-commits
mailing list