summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/plugins/python_os_plugin
diff options
context:
space:
mode:
authorShilei Tian <i@tianshilei.me>2025-02-27 23:28:48 -0500
committerGitHub <noreply@github.com>2025-02-27 23:28:48 -0500
commit746d8b0740095ea3939fef0112a51953ca22cd29 (patch)
treed5c965890014622165930960894299d72eed38c7 /lldb/test/API/functionalities/plugins/python_os_plugin
parent84934674907781c50494a125889ed16e23de2b9f (diff)
[Clang][AMDGPU] Use 32-bit index for SWMMAC builtins (#129101)
Currently, the index of SWMMAC builtins is of type `short`, likely based on the assumption that K can only be up to 32, meaning there are only 16 non-zero elements. However, this is not future-proof. This patch updates all of them to `int`. The intrinsics themselves don't need to be updated since they accept any integer type, and in the backend, they are already extended to 32-bit. Additionally, the tests already use various kinds of integers. Partially fixes SWDEV-518183.
Diffstat (limited to 'lldb/test/API/functionalities/plugins/python_os_plugin')
0 files changed, 0 insertions, 0 deletions