brintos

brintos / llvm-project-archived public Read only

0
0
Text · 414 B · 630a09c Raw
18 lines · plain
1; RUN: llc -verify-machineinstrs -mtriple powerpc64-ibm-aix-xcoff  < %s | FileCheck %s2 3; CHECK:      .file "1.c"4; CHECK-NEXT: .csect ..text..[PR],55; CHECK-NEXT: .rename ..text..[PR],""6; CHECK-NEXT: .machine "PWR8"7 8source_filename = "1.c"9 10define dso_local signext i32 @main() #0 {11entry:12  %retval = alloca i32, align 413  store i32 0, ptr %retval, align 414  ret i32 015}16 17attributes #0 = {"target-cpu"="pwr8"}18