[llvm] [WIP][AMDGPU] frame index elimination hit assertion for scavenged nonreg (PR #130287)

Pankaj Dwivedi via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 7 06:51:20 PST 2025


================
@@ -0,0 +1,63 @@
+; RUN: not --crash llc -mtriple=amdgcn -mcpu=gfx1100 -verify-machineinstrs 2>&1 %s | FileCheck %s --check-prefix=ASSERTION
----------------
PankajDwivedi-25 wrote:

Yes, This is just a pre-commit showing the test failure. 
The best approach is to have the scavenger fall back to the default case when it cannot find a valid register?


https://github.com/llvm/llvm-project/pull/130287


More information about the llvm-commits mailing list