[PATCH] D130537: AMDGPU: Take care of "tied" operand when removeOperand
Changpeng Fang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 26 10:55:36 PDT 2022
cfang marked an inline comment as done.
cfang added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/tied-operand.ll:1
+; RUN: llc -march=amdgcn -mcpu=gfx1100 < %s | FileCheck --check-prefix=GCN %s
+
----------------
foad wrote:
> Can you add this to frame-index-elimination.ll instead of creating a new file? Or at least give the new file a more descriptive name, maybe frame-index-elimination-tied-operand.ll?
Rename to frame-index-elimination-tied-operand.ll. Using a new file to avoid unnecessary checks.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130537/new/
https://reviews.llvm.org/D130537
More information about the llvm-commits
mailing list