[clang] [AMDGPU][Clang] Support for type inferring extended image builtins for AMDGPU (PR #164358)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 21 05:12:34 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
+
----------------
arsenm wrote:
Missing test for the target feature availability? I'd also expect these tests to be comprehensive and test every new builtin
https://github.com/llvm/llvm-project/pull/164358
More information about the cfe-commits
mailing list