diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/zero_extend.ll')
| -rw-r--r-- | llvm/test/CodeGen/R600/zero_extend.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/zero_extend.ll b/llvm/test/CodeGen/R600/zero_extend.ll index 4492385ca39..1f4dd439637 100644 --- a/llvm/test/CodeGen/R600/zero_extend.ll +++ b/llvm/test/CodeGen/R600/zero_extend.ll @@ -30,9 +30,9 @@ entry: } ; SI-CHECK-LABEL: {{^}}zext_i1_to_i64: +; SI-CHECK: s_mov_b32 s{{[0-9]+}}, 0 ; SI-CHECK: v_cmp_eq_i32 ; SI-CHECK: v_cndmask_b32 -; SI-CHECK: s_mov_b32 s{{[0-9]+}}, 0 define void @zext_i1_to_i64(i64 addrspace(1)* %out, i32 %a, i32 %b) nounwind { %cmp = icmp eq i32 %a, %b %ext = zext i1 %cmp to i64 |

