[InstCombine] Signed saturation patterns
[llvm-core.git] / test / CodeGen / ARM / i1.ll
blob379cca192a2b758cc5c37297007a1423c536e9a4
1 ; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s
3 define i32 @test1() {
4 ; CHECK-LABEL: test1:
5 ; CHECK:    mov r0, #0
6 ; CHECK-NEXT:    cmp r0, #0
7 entry:
8   br i1 undef, label %t, label %f
11   ret i32 4
14   ret i32 2