[llvm] [NVPTX] Fix segfault with i128 types in arrays (PR #120562)
Artem Belevich via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 9 12:59:01 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 [2 x i128] @foo(i64 %a, i32 %b) {
----------------
Artem-B wrote:
I still do not see the array *arguments* anywhere, only a return value.
https://github.com/llvm/llvm-project/pull/120562
More information about the llvm-commits
mailing list