[all-commits] [llvm/llvm-project] 13ee27: [NFC][HIP] Add __builtin_*_load_lds type check tes...
Juan Manuel Martinez Caamaño via All-commits
all-commits at lists.llvm.org
Wed Nov 26 05:08:31 PST 2025
Branch: refs/heads/users/jmmartinez/fix/load_lds_typesignature/2
Home: https://github.com/llvm/llvm-project
Commit: 13ee271f2a35a22d3041c1c6835a7b48db1592bd
https://github.com/llvm/llvm-project/commit/13ee271f2a35a22d3041c1c6835a7b48db1592bd
Author: Juan Manuel Martinez Caamaño <jmartinezcaamao at gmail.com>
Date: 2025-11-26 (Wed, 26 Nov 2025)
Changed paths:
M clang/test/SemaHIP/amdgpu-gfx950-load-to-lds.hip
Log Message:
-----------
[NFC][HIP] Add __builtin_*_load_lds type check test cases
This tests show how typechecking is performed for
__builtin_amdgcn_load_to_lds, but not for
__builtin_amdgcn_raw_ptr_buffer_load_lds,
__builtin_amdgcn_struct_ptr_buffer_load_lds and
__builtin_amdgcn_global_load_lds since they are declared with the 't'
attribute.
stack-info: PR: https://github.com/llvm/llvm-project/pull/165388, branch: users/jmmartinez/fix/load_lds_typesignature/2
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list