brintos

brintos / llvm-project-archived public Read only

0
0
Text · 445 B · 652cce3 Raw
20 lines · plain
1; RUN: llc -mtriple=hexagon < %s | FileCheck %s2; CHECK: {{.balign 4|.p2align 2}}3; CHECK: {{.balign 4|.p2align 2}}4 5target triple = "hexagon"6 7; Function Attrs: nounwind optsize readnone8define i32 @f0() #0 section ".mysection.main" {9b0:10  ret i32 011}12 13; Function Attrs: nounwind optsize readnone14define i32 @f1() #0 section ".mysection.anothermain" {15b0:16  ret i32 017}18 19attributes #0 = { nounwind optsize readnone "target-cpu"="hexagonv55" }20