cmp-frame.ll 205 Bytes Raw Blame History Permalink 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 }