[llvm] r306192 - Update constants in complex-return test to prevent reduction to smaller constants

Nirav Dave via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 23 18:29:25 PDT 2017


Author: niravd
Date: Fri Jun 23 20:29:24 2017
New Revision: 306192

URL: http://llvm.org/viewvc/llvm-project?rev=306192&view=rev
Log:
Update constants in complex-return test to prevent reduction to smaller constants

Modified:
    llvm/trunk/test/CodeGen/PowerPC/complex-return.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/complex-return.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/complex-return.ll?rev=306192&r1=306191&r2=306192&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/complex-return.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/complex-return.ll Fri Jun 23 20:29:24 2017
@@ -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




More information about the llvm-commits mailing list