[PATCH] D130537: AMDGPU: Take care of "tied" operand when removeOperand

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 02:33:46 PDT 2022


foad 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
+
----------------
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?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130537/new/

https://reviews.llvm.org/D130537



More information about the llvm-commits mailing list