[all-commits] [llvm/llvm-project] 137974: [NVPTX] Fix segfault with i128 types in arrays (#1...

Valery Chernov via All-commits all-commits at lists.llvm.org
Mon Jan 13 12:49:56 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 137974002d0f395e9e6e7cb54403c2ed760433a6
      https://github.com/llvm/llvm-project/commit/137974002d0f395e9e6e7cb54403c2ed760433a6
  Author: Valery Chernov <vchernov at nvidia.com>
  Date:   2025-01-13 (Mon, 13 Jan 2025)

  Changed paths:
    M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
    A llvm/test/CodeGen/NVPTX/i128-array.ll

  Log Message:
  -----------
  [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



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