From 8e48f416ad5f952d7421e3d4076565230e499770 Mon Sep 17 00:00:00 2001 From: Bill Seurer Date: Wed, 22 Feb 2017 16:27:33 +0000 Subject: [DAGCombiner] revert r295336 r295336 causes a bootstrapped clang to fail for many compilations on powerpc BE. See http://lab.llvm.org:8011/builders/clang-ppc64be-linux-multistage/builds/2315 for example. Reverting as per the developer's request. llvm-svn: 295849 --- llvm/test/CodeGen/PowerPC/ppc64le-aggregates.ll | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/PowerPC') diff --git a/llvm/test/CodeGen/PowerPC/ppc64le-aggregates.ll b/llvm/test/CodeGen/PowerPC/ppc64le-aggregates.ll index 6fcbdda4e34..25b3e5d8933 100644 --- a/llvm/test/CodeGen/PowerPC/ppc64le-aggregates.ll +++ b/llvm/test/CodeGen/PowerPC/ppc64le-aggregates.ll @@ -284,7 +284,10 @@ entry: ; CHECK-DAG: lfs 12, 12({{[0-9]+}}) ; CHECK-DAG: lfs 13, 16({{[0-9]+}}) -; CHECK-DAG: ld 10, 0({{[0-9]+}}) +; CHECK-DAG: lwz [[REG0:[0-9]+]], 0({{[0-9]+}}) +; CHECK-DAG: lwz [[REG1:[0-9]+]], 4({{[0-9]+}}) +; CHECK-DAG: sldi [[REG2:[0-9]+]], [[REG1]], 32 +; CHECK-DAG: or 10, [[REG0]], [[REG2]] ; CHECK: bl test2 declare void @test2([8 x float], [5 x float], [2 x float]) -- cgit v1.2.3