[llvm] [NVPTX] Fix segfault with i128 types in arrays (PR #120562)
Artem Belevich via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 8 13:51:49 PST 2025
================
@@ -0,0 +1,25 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -O0 -march=nvptx64 -mcpu=sm_20 | FileCheck %s
+
+define byval [2 x i128] @foo(i64 %a, i32 %b) {
----------------
Artem-B wrote:
I meant that we should have a test for a `byval [2 x 128]` parameter.
https://github.com/llvm/llvm-project/pull/120562
More information about the llvm-commits
mailing list