[llvm] [AMDGPU] Fix eliminateFrameIndex assertion when reusing the frame register. (PR #215182)
Christudasan Devadasan via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 11 03:09:36 PDT 2026
================
@@ -0,0 +1,60 @@
+; RUN: llc -mtriple=amdgpu9.42-amd-amdhsa -amdgpu-stress-sgpr=16 < %s 2>&1 | FileCheck %s
----------------
cdevadas wrote:
I guess it is good to capture the entire ISA. The handpicked lines are hard to maintain.
https://github.com/llvm/llvm-project/pull/215182
More information about the llvm-commits
mailing list