[llvm] [AMDGPU] Fix eliminateFrameIndex assertion when reusing the frame register. (PR #215182)
Vikash Gupta via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 10 22:52:00 PDT 2026
================
@@ -0,0 +1,62 @@
+; RUN: llc -O3 -mtriple=amdgpu9.42-amd-amdhsa < %s | FileCheck %s
----------------
vg0204 wrote:
No, its not necessary, it was just put there as it replicates the actual failing test scenario. But, it can be safely removed without chnaging intent of test!
https://github.com/llvm/llvm-project/pull/215182
More information about the llvm-commits
mailing list