summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-03-18 06:17:22 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-03-18 06:17:22 +0000
commit7a1ac3b89b03d9a5ad557f287449facd59e86694 (patch)
tree993bde376ce8af53493aa1d7760d804899047872
parent4dc097ad7cbd2c8d82ce59ca6d84b6cba0e9fd6b (diff)
downloadbcm5719-llvm-7a1ac3b89b03d9a5ad557f287449facd59e86694.tar.gz
bcm5719-llvm-7a1ac3b89b03d9a5ad557f287449facd59e86694.zip
CodeGen/R600/v_cndmask.ll: Relax an expression to unbreak msvcrt.
V_CNDMASK_B32_e64 v0, v0, -1.#QNAN0e+00, s[2:3], 0, 0, 0, 0 FIXME: We really need to implement our formatter... llvm-svn: 204118
-rw-r--r--llvm/test/CodeGen/R600/v_cndmask.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/v_cndmask.ll b/llvm/test/CodeGen/R600/v_cndmask.ll
index 829b33de342..f8e96559a8a 100644
--- a/llvm/test/CodeGen/R600/v_cndmask.ll
+++ b/llvm/test/CodeGen/R600/v_cndmask.ll
@@ -3,7 +3,7 @@
; SI: @v_cnd_nan
; SI: V_CNDMASK_B32_e64 v{{[0-9]}},
; SI-DAG: v{{[0-9]}}
-; SI-DAG: nan
+; SI-DAG: {{nan|#QNAN}}
define void @v_cnd_nan(float addrspace(1)* %out, i32 %c, float %f) {
entry:
%0 = icmp ne i32 %c, 0
OpenPOWER on IntegriCloud