[PATCH] D45265: [PowerPC] Replace the Post RA List Scheduler with the Machine Scheduler
Stefan Pintilie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 22 10:55:33 PDT 2018
stefanp added a comment.
Hi Eric,
The machine scheduler is already enabled for Power PC.
We use the machine scheduler in the Pre-RA pass and so enableMachineScheduler already returns true. I'm just substituting the List Scheduler for the PostMachineScheduler in Post-RA.
https://reviews.llvm.org/D45265
More information about the llvm-commits
mailing list