12 lines · plain
1; RUN: llc -mtriple=hexagon < %s | FileCheck %s2 3; Don't output falign for function entries when optimizing for size.4; CHECK-NOT: falign5 6define i32 @f0() #0 {7b0:8 ret i32 09}10 11attributes #0 = { optsize }12 1; RUN: llc -mtriple=hexagon < %s | FileCheck %s2 3; Don't output falign for function entries when optimizing for size.4; CHECK-NOT: falign5 6define i32 @f0() #0 {7b0:8 ret i32 09}10 11attributes #0 = { optsize }12