brintos

brintos / llvm-project-archived public Read only

0
0
Text · 370 B · 1bfda26 Raw
14 lines · plain
1; Test hot function attribute2; RUN: llc < %s | FileCheck %s3target triple = "x86_64-unknown-linux-gnu"4 5; Function Attrs: hot noinline norecurse nounwind readnone uwtable6define dso_local i32 @hot4() #0 {7entry:8  ret i32 19}10; CHECK: .section        .text.hot.,"ax",@progbits11; CHECK: .globl  hot412 13attributes #0 = { hot noinline norecurse nounwind readnone uwtable }14