From cb4f0c5c07af1ce096c1609bd6576a0aee57700a Mon Sep 17 00:00:00 2001 From: Stefan Pintilie Date: Wed, 4 Jul 2018 18:54:25 +0000 Subject: [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 --- llvm/test/CodeGen/PowerPC/ppcf128-endian.ll | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'llvm/test/CodeGen/PowerPC/ppcf128-endian.ll') 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 -- cgit v1.2.3