diff options
| author | Shilei Tian <i@tianshilei.me> | 2025-02-27 23:28:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-27 23:28:48 -0500 |
| commit | 746d8b0740095ea3939fef0112a51953ca22cd29 (patch) | |
| tree | d5c965890014622165930960894299d72eed38c7 /lldb/test/API/functionalities/plugins/python_os_plugin | |
| parent | 84934674907781c50494a125889ed16e23de2b9f (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
