[PATCH] D106042: [AMDGPU] Ignore KILLs when forming clauses
Sebastian Neubauer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 15 03:44:41 PDT 2021
sebastian-ne added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIInsertHardClauses.cpp:80
- HardClauseType getHardClauseType(const MachineInstr &MI) {
+ HardClauseType getHardClauseType(const SIInstrInfo *SII,
+ const MachineInstr &MI) {
----------------
foad wrote:
> What is SII for here?
Ups, I used that in an earlier version of this patch and forgot to remove it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106042/new/
https://reviews.llvm.org/D106042
More information about the llvm-commits
mailing list