[ARM] Generate 8.1-m CSINC, CSNEG and CSINV instructions.
[llvm-core.git] / test / CodeGen / Thumb2 / cmp-frame.ll
blobceb9697ecb8902a1a64aaecd65d5f7dfe4b7057e
1 ; RUN: llc < %s | FileCheck %s
3 target triple = "thumbv7-linux-androideabi"
5 define i1 @f() {
6   %a = alloca i8*
7   ; CHECK: adds.w r0, sp, #0
8   ; CHECK: it ne
9   %cmp = icmp ne i8** %a, null
10   ret i1 %cmp