History log of /llvm-project/llvm/test/CodeGen/NVPTX/i128-array.ll (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7
# 13797400 13-Jan-2025 Valery Chernov <vchernov@nvidia.com>

[NVPTX] Fix segfault with i128 types in arrays (#120562)

- Process i128 array with custom ComputePTXValueVTs. The i128 elements
should be handled and split into i64 types in the recursion.
- Add cor

[NVPTX] Fix segfault with i128 types in arrays (#120562)

- Process i128 array with custom ComputePTXValueVTs. The i128 elements
should be handled and split into i64 types in the recursion.
- Add corresponding tests

show more ...