From fa88e0d2b9dee74c4357817565d3601a2fdb522d Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 13 Apr 2015 04:54:06 +0000 Subject: llvm/test/CodeGen/R600/fminnum.ll: Relax an expression for NaN on MSVCRT like r204118. :202:2: note: possible intended match here 2143289344(1.#QNAN0e+00), 2(2.802597e-45) llvm-svn: 234719 --- llvm/test/CodeGen/R600/fminnum.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen') diff --git a/llvm/test/CodeGen/R600/fminnum.ll b/llvm/test/CodeGen/R600/fminnum.ll index 92666fea096..4d7b52540d8 100644 --- a/llvm/test/CodeGen/R600/fminnum.ll +++ b/llvm/test/CodeGen/R600/fminnum.ll @@ -141,7 +141,7 @@ define void @constant_fold_fmin_f32(float addrspace(1)* %out) nounwind { ; EG: MEM_RAT_CACHELESS STORE_RAW [[OUT:T[0-9]+\.[XYZW]]] ; EG-NOT: MIN_DX10 ; EG: MOV {{.*}}[[OUT]], literal.{{[xy]}} -; EG: 2143289344(nan) +; EG: 2143289344({{nan|1\.#QNAN0e\+00}}) define void @constant_fold_fmin_f32_nan_nan(float addrspace(1)* %out) nounwind { %val = call float @llvm.minnum.f32(float 0x7FF8000000000000, float 0x7FF8000000000000) #0 store float %val, float addrspace(1)* %out, align 4 -- cgit v1.2.3