Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Thumb2 / cmp-frame.ll
blobbbf6a278c7985622ee412a58a220446a706c548a
1 ; RUN: llc < %s | FileCheck %s
3 target triple = "thumbv7-linux-androideabi"
5 define i1 @f() {
6   %a = alloca ptr
7   ; CHECK: adds.w r0, sp, #0
8   ; CHECK: it ne
9   %cmp = icmp ne ptr %a, null
10   ret i1 %cmp