[PATCH] D45265: [PowerPC] Replace the Post RA List Scheduler with the Machine Scheduler
Zixuan Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 4 23:10:39 PDT 2022
zixuan-wu added a comment.
Herald added a subscriber: shchenz.
Herald added a project: All.
I am curiosity about why Machine Scheduler is better than the List Scheduler after RA?
As I see substitutePass is already used in 3 targets( AArch64,PPC,AMD), should PostMachineSchedulerID going to be the default PostRA Scheduler?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D45265/new/
https://reviews.llvm.org/D45265
More information about the llvm-commits
mailing list