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

Shilei Tian via cfe-commits cfe-commits at lists.llvm.org
Fri May 16 08:57:09 PDT 2025


================
@@ -0,0 +1,31 @@
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
+// RUN: %clang_cc1 -triple amdgcn-unknown-unknown %s -emit-llvm -o - | FileCheck %s
----------------
shiltian wrote:

use right triple `amdgcn-amd-amdhsa` pls

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


More information about the cfe-commits mailing list