[PATCH] D149393: [AMDGPU][IGLP] Parameterize the SchedGroup processing / linking in Solver
Austin Kerbow via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 8 09:42:38 PDT 2023
kerbowa added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUIGroupLP.cpp:804
+class DemoOpt final : public IGLPStrategy {
+private:
----------------
Is this strategy just a demo of this new feature? What are your thoughts on upstreaming this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149393/new/
https://reviews.llvm.org/D149393
More information about the llvm-commits
mailing list