[llvm] [StatepointLowering] Use FrameIndex instead of TargetFrameIndex (PR #153555)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 14 01:50:01 PDT 2025
================
@@ -0,0 +1,35 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=aarch64 | FileCheck %s
+
+; Crash reproducer for: https://github.com/llvm/llvm-project/issues/142314
+
+define <2 x ptr addrspace(1)> @widget() gc "statepoint-example" {
----------------
arsenm wrote:
```suggestion
define <2 x ptr addrspace(1)> @widget() nounwind gc "statepoint-example" {
```
https://github.com/llvm/llvm-project/pull/153555
More information about the llvm-commits
mailing list