1 ; RUN: llc -march=bpfel -filetype=asm -o - %s | FileCheck -check-prefixes=CHECK %s
2 ; RUN: llc -march=bpfeb -filetype=asm -o - %s | FileCheck -check-prefixes=CHECK %s
5 ; int test(int arg) { return arg; }
7 ; clang -target bpf -O2 -S -emit-llvm t.c
9 ; Function Attrs: norecurse nounwind readnone
10 define dso_local i32 @test(i32 returned) local_unnamed_addr #0 {
16 attributes #0 = { norecurse nounwind readnone }
18 !llvm.module.flags = !{!0}
21 !0 = !{i32 1, !"wchar_size", i32 4}
22 !1 = !{!"clang version 8.0.20181009 "}