diff options
author | Artem Belevich <tra@google.com> | 2025-10-09 11:16:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-09 11:16:07 -0700 |
commit | b6fbf66e5936f47137ab24d0a123ae39ea73f6fc (patch) | |
tree | 372f1b1d951c343342760be0a3fe6aa734445532 /lldb/packages/Python/lldbsuite/test/lldbgdbclient.py | |
parent | d2413d973c8de07427bc87b93cf106c6ff9073e8 (diff) | |
download | llvm-b6fbf66e5936f47137ab24d0a123ae39ea73f6fc.zip llvm-b6fbf66e5936f47137ab24d0a123ae39ea73f6fc.tar.gz llvm-b6fbf66e5936f47137ab24d0a123ae39ea73f6fc.tar.bz2 |
[NVPTX] properly expand operations that we do not support on v2i32 (#162391)
Follow-up on #153478 and #161715.
v2i32 register class exists mostly to facilitate v2f32's use of integer
registers. There are no actual instructions that can apply to v2i32
directly (except bitwise logical ops). Everything else must be done
elementwise.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbgdbclient.py')
0 files changed, 0 insertions, 0 deletions