[llvm] [AMDGPU] Fix eliminateFrameIndex assertion when reusing the frame register. (PR #215182)
Vikash Gupta via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 11 23:25:46 PDT 2026
================
@@ -0,0 +1,60 @@
+; RUN: llc -mtriple=amdgpu9.42-amd-amdhsa -amdgpu-stress-sgpr=16 < %s 2>&1 | FileCheck %s
----------------
vg0204 wrote:
But, on second thought, tha assertion was removed completely, and what only remains is fatal error check, so putting that for CHECK-NOT!
https://github.com/llvm/llvm-project/pull/215182
More information about the llvm-commits
mailing list