[llvm] [WIP][AMDGPU] frame index elimination hit assertion for scavenged nonreg (PR #130287)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 7 06:29:38 PST 2025
================
@@ -0,0 +1,63 @@
+; RUN: not --crash llc -mtriple=amdgcn -mcpu=gfx1100 -verify-machineinstrs 2>&1 %s | FileCheck %s --check-prefix=ASSERTION
----------------
arsenm wrote:
-verify-machineinstrs.
This REQUIRES: asserts and is too specific on the assert message, this will fail depending on the host
https://github.com/llvm/llvm-project/pull/130287
More information about the llvm-commits
mailing list