| commit | cb4f0c5c07af1ce096c1609bd6576a0aee57700a | [log] [tgz] |
|---|---|---|
| author | Stefan Pintilie <stefanp@ca.ibm.com> | Wed Jul 04 18:54:25 2018 +0000 |
| committer | Stefan Pintilie <stefanp@ca.ibm.com> | Wed Jul 04 18:54:25 2018 +0000 |
| tree | 5123514d4ab99e117e3c0103b558b31551332f7f | |
| parent | bea19a9493b7286a0c79a8be2b788bed8cb4cfa9 [diff] |
[PowerPC] Replace the Post RA List Scheduler with the Machine Scheduler We want to run the Machine Scheduler instead of the List Scheduler after RA. Checked with a performance run on a Power 9 machine with SPEC 2006 and while some benchmarks improved and others degraded the geomean was slightly improved with the Machine Scheduler. Differential Revision: https://reviews.llvm.org/D45265 llvm-svn: 336295