summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vselect-avx.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/vselect-avx.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/vselect-avx.ll')
-rw-r--r--llvm/test/CodeGen/X86/vselect-avx.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vselect-avx.ll b/llvm/test/CodeGen/X86/vselect-avx.ll
index 26214fd5377..e03b6fff313 100644
--- a/llvm/test/CodeGen/X86/vselect-avx.ll
+++ b/llvm/test/CodeGen/X86/vselect-avx.ll
@@ -47,7 +47,7 @@ define void @test2(double** %call1559, i64 %indvars.iv4198, <4 x i1> %tmp1895) {
; AVX1-NEXT: vpmovsxdq %xmm0, %xmm0
; AVX1-NEXT: vinsertf128 $1, %xmm0, %ymm1, %ymm0
; AVX1-NEXT: movq (%rdi,%rsi,8), %rax
-; AVX1-NEXT: vmovapd {{.*#+}} ymm1 = [5.000000e-01,5.000000e-01,5.000000e-01,5.000000e-01]
+; AVX1-NEXT: vmovapd {{.*#+}} ymm1 = [0.5,0.5,0.5,0.5]
; AVX1-NEXT: vblendvpd %ymm0, {{.*}}(%rip), %ymm1, %ymm0
; AVX1-NEXT: vmovupd %ymm0, (%rax)
; AVX1-NEXT: vzeroupper
OpenPOWER on IntegriCloud