summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb2/cmp-frame.ll
blob: ceb9697ecb8902a1a64aaecd65d5f7dfe4b7057e (plain)
1
2
3
4
5
6
7
8
9
10
11
; RUN: llc < %s | FileCheck %s

target triple = "thumbv7-linux-androideabi"

define i1 @f() {
  %a = alloca i8*
  ; CHECK: adds.w r0, sp, #0
  ; CHECK: it ne
  %cmp = icmp ne i8** %a, null
  ret i1 %cmp
}
OpenPOWER on IntegriCloud