[clang] [WIP][AMDGPU] Support for type inferring image load/store builtins for AMDGPU (PR #140210)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 1 20:06:55 PDT 2025


================
@@ -0,0 +1,132 @@
+// RUN: %clang_cc1 -triple amdgcn-- -target-cpu gfx90a -S -verify=expected -o - %s
----------------
arsenm wrote:

Needs another semi test for the rejected target case 

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


More information about the cfe-commits mailing list