llvm/test/CodeGen/R600/fminnum.ll: Relax an expression for NaN on MSVCRT like r204118.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 13 Apr 2015 04:54:06 +0000 (04:54 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 13 Apr 2015 04:54:06 +0000 (04:54 +0000)
  <stdin>:202:2: note: possible intended match here
   2143289344(1.#QNAN0e+00), 2(2.802597e-45)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234719 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/R600/fminnum.ll

index 92666fea096c1964e97dbf68d0dcc9fd1f5ddbd5..4d7b52540d85cba596ae6d5c8e1b0de733143be7 100644 (file)
@@ -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