[PATCH] D139767: [DFAPacketizer] Move DefaultVLIWScheduler class declaration to header file
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 6 10:57:49 PST 2023
kparzysz added a comment.
The `DefaultVLIWScheduler` class is really a thin wrapper on top of `ScheduleDAGInstrs` that holds/applies the mutations. It doesn't really do anything useful on its own, and there isn't much there that you can customize. I'm not sure why you'd want to make it available, could you explain your use case?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139767/new/
https://reviews.llvm.org/D139767
More information about the llvm-commits
mailing list