[llvm] [NVPTX] Fix segfault with i128 types in arrays (PR #120562)
Valery Chernov via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 10 03:09:14 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) {
----------------
vvchernov wrote:
Done, see comment below
https://github.com/llvm/llvm-project/pull/120562
More information about the llvm-commits
mailing list