diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/setcc.ll')
| -rw-r--r-- | llvm/test/CodeGen/R600/setcc.ll | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/R600/setcc.ll b/llvm/test/CodeGen/R600/setcc.ll index 2b19fcf7868..ca0f4c41190 100644 --- a/llvm/test/CodeGen/R600/setcc.ll +++ b/llvm/test/CodeGen/R600/setcc.ll @@ -129,11 +129,8 @@ entry: ; R600-DAG: OR_INT ; R600-DAG: SETNE_INT -; SI-DAG: v_cmp_u_f32_e32 vcc -; SI-DAG: v_cmp_eq_f32_e64 [[CMP1:s\[[0-9]+:[0-9]+\]]] -; SI: s_or_b64 [[OR:s\[[0-9]+:[0-9]+\]]], [[CMP1]], vcc -; SI: v_cndmask_b32_e64 [[VRESULT:v[0-9]+]], 0, -1, [[OR]] -; SI: buffer_store_dword [[VRESULT]] +; SI: v_cmp_nlg_f32_e32 vcc +; SI-NEXT: v_cndmask_b32_e64 {{v[0-9]+}}, 0, -1, vcc define void @f32_ueq(i32 addrspace(1)* %out, float %a, float %b) { entry: %0 = fcmp ueq float %a, %b |

