]> granicus.if.org Git - llvm/commitdiff
Update constants in complex-return test to prevent reduction to smaller constants
authorNirav Dave <niravd@google.com>
Sat, 24 Jun 2017 01:29:24 +0000 (01:29 +0000)
committerNirav Dave <niravd@google.com>
Sat, 24 Jun 2017 01:29:24 +0000 (01:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306192 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PowerPC/complex-return.ll

index ec87a89b110808c2cbfe5caaf099f5738411b685..b25420a48e6923b317c2b75f82ef3dc76b148a89 100644 (file)
@@ -9,7 +9,7 @@ entry:
   %x = alloca { ppc_fp128, ppc_fp128 }, align 16
   %real = getelementptr inbounds { ppc_fp128, ppc_fp128 }, { ppc_fp128, ppc_fp128 }* %x, i32 0, i32 0
   %imag = getelementptr inbounds { ppc_fp128, ppc_fp128 }, { ppc_fp128, ppc_fp128 }* %x, i32 0, i32 1
-  store ppc_fp128 0xM400C0000000000000000000000000000, ppc_fp128* %real
+  store ppc_fp128 0xM400C0000000000300000000010000000, ppc_fp128* %real
   store ppc_fp128 0xMC00547AE147AE1483CA47AE147AE147A, ppc_fp128* %imag
   %x.realp = getelementptr inbounds { ppc_fp128, ppc_fp128 }, { ppc_fp128, ppc_fp128 }* %x, i32 0, i32 0
   %x.real = load ppc_fp128, ppc_fp128* %x.realp