[PATCH] D146774: [AMDGPU][IGLP]: Add rules to SchedGroups
Austin Kerbow via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 6 16:31:59 PDT 2023
kerbowa accepted this revision.
kerbowa added a comment.
This revision is now accepted and ready to land.
LGTM after removing the DemoRules variable.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.cpp:929
+
+ SmallVector<InstructionRuleType, 4> DemoRules;
+
----------------
DemoRules is unused now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146774/new/
https://reviews.llvm.org/D146774
More information about the llvm-commits
mailing list