brintos

brintos / llvm-project-archived public Read only

0
0
Text · 208 B · af0f906 Raw
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