stack-frame.ll 179 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 ; RUN: llc -mtriple=thumb-eabi < %s -o - | FileCheck %s define void @f1() { %c = alloca i8, align 1 ret void } define i32 @f2() { ret i32 1 } ; CHECK: add ; CHECK-NOT: add