[PATCH] D111150: [AMDGPU] Remove dead frame indices after sgpr spill.
Mahesha S via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 5 07:07:20 PDT 2021
hsmhsm added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/sgpr-spill-incorrect-fi-bookkeeping-bug.ll:1
+; RUN: llc -mtriple=amdgcn--amdhsa -mcpu=gfx900 -verify-machineinstrs < %s | FileCheck
+
----------------
foad wrote:
> Does this work? It usually needs to be `... | FileCheck %s`.
No, it does not, it is again an incorrect check :( I have updated it. I am doing a clean build now, will run one round of lit test before pushing the updated fix.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111150/new/
https://reviews.llvm.org/D111150
More information about the llvm-commits
mailing list