diff options
| author | Stefan Pintilie <stefanp@ca.ibm.com> | 2018-07-04 18:54:25 +0000 |
|---|---|---|
| committer | Stefan Pintilie <stefanp@ca.ibm.com> | 2018-07-04 18:54:25 +0000 |
| commit | cb4f0c5c07af1ce096c1609bd6576a0aee57700a (patch) | |
| tree | 5123514d4ab99e117e3c0103b558b31551332f7f /llvm/test/CodeGen/PowerPC/ppcf128-endian.ll | |
| parent | bea19a9493b7286a0c79a8be2b788bed8cb4cfa9 (diff) | |
| download | bcm5719-llvm-cb4f0c5c07af1ce096c1609bd6576a0aee57700a.tar.gz bcm5719-llvm-cb4f0c5c07af1ce096c1609bd6576a0aee57700a.zip | |
[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
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ppcf128-endian.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/ppcf128-endian.ll | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppcf128-endian.ll b/llvm/test/CodeGen/PowerPC/ppcf128-endian.ll index de86cd52782..738577a412c 100644 --- a/llvm/test/CodeGen/PowerPC/ppcf128-endian.ll +++ b/llvm/test/CodeGen/PowerPC/ppcf128-endian.ll @@ -105,9 +105,8 @@ entry: ret ppc_fp128 %0 } ; CHECK: convert_to: -; CHECK: std 3, [[OFF1:.*]](1) -; CHECK: std 4, [[OFF2:.*]](1) -; CHECK: ori 2, 2, 0 +; CHECK-DAG: std 3, [[OFF1:.*]](1) +; CHECK-DAG: std 4, [[OFF2:.*]](1) ; CHECK: lfd 1, [[OFF1]](1) ; CHECK: lfd 2, [[OFF2]](1) ; CHECK: blr @@ -122,7 +121,6 @@ entry: ; CHECK: convert_to2: ; CHECK: std 3, [[OFF1:.*]](1) ; CHECK: std 5, [[OFF2:.*]](1) -; CHECK: ori 2, 2, 0 ; CHECK: lfd 1, [[OFF1]](1) ; CHECK: lfd 2, [[OFF2]](1) ; CHECK: blr |

