1 ; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s
2 ; If-conversion defeats the purpose of this test, which is to check CBZ
3 ; generation, so use memory barrier instruction to make sure it doesn't
4 ; happen and we get actual branches.
6 define i32 @t1(i32 %a, i32 %b, i32 %c) {
9 %tmp2 = icmp eq i32 %a, 0
10 br i1 %tmp2, label %cond_false, label %cond_true
15 %tmp6 = and i32 %tmp5, %c
20 %tmp7 = add i32 %b, -1
21 %tmp8 = xor i32 %tmp7, %c