summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/pr38639.ll
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2018-10-02 09:08:51 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2018-10-02 09:08:51 +0000
commitad23f270dbbe8c55f7739118be97272eddd9e9df (patch)
treeed9a0448c12fea5638e0461953a79e6f91e8a967 /llvm/test/CodeGen/X86/pr38639.ll
parentc066a92657a78f13b5e490e1b51c11d740671de0 (diff)
downloadbcm5719-llvm-ad23f270dbbe8c55f7739118be97272eddd9e9df.tar.gz
bcm5719-llvm-ad23f270dbbe8c55f7739118be97272eddd9e9df.zip
[X86] Standardize floating point assembly comments
Consistently try to use APFloat::toString for floating point constant comments to get rid of differences between Constant / ConstantDataSequential values - it should help stop some of the linux-windows buildbot failures matching NaN/INF etc. as well. Differential Revision: https://reviews.llvm.org/D52702 llvm-svn: 343562
Diffstat (limited to 'llvm/test/CodeGen/X86/pr38639.ll')
-rw-r--r--llvm/test/CodeGen/X86/pr38639.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pr38639.ll b/llvm/test/CodeGen/X86/pr38639.ll
index 502cf430cbe..4218db41185 100644
--- a/llvm/test/CodeGen/X86/pr38639.ll
+++ b/llvm/test/CodeGen/X86/pr38639.ll
@@ -8,7 +8,7 @@ define <8 x double> @test(<4 x double> %a, <4 x double> %b) {
; CHECK-NEXT: vblendps {{.*#+}} ymm2 = ymm0[0,1,2,3],ymm1[4,5,6,7]
; CHECK-NEXT: vblendps {{.*#+}} ymm1 = ymm0[0,1],ymm1[2,3],ymm0[4,5,6,7]
; CHECK-NEXT: vunpckhpd {{.*#+}} ymm1 = ymm1[1],ymm2[1],ymm1[3],ymm2[3]
-; CHECK-NEXT: vmovaps {{.*#+}} xmm2 = [8.207174e-01,8.207174e-01]
+; CHECK-NEXT: vmovaps {{.*#+}} xmm2 = [0.82071743224100002,0.82071743224100002]
; CHECK-NEXT: vblendps {{.*#+}} ymm0 = ymm2[0,1,2,3],ymm0[4,5,6,7]
; CHECK-NEXT: retq
%1 = shufflevector <4 x double> %a, <4 x double> <double undef, double 0x3FEA435134576E1C, double 0x3FEA435134576E1C, double 0x3FEA435134576E1C>, <8 x i32> <i32 6, i32 5, i32 2, i32 3, i32 5, i32 1, i32 3, i32 7>
OpenPOWER on IntegriCloud