[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / BPF / BTF / empty-btf.ll
blobb54df9ff765e0e19f193d7311a2495b1c0eb94f0
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
4 ; Source code:
5 ;   int test(int arg) { return arg; }
6 ; Compilation flag:
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 {
11   ret i32 %0
14 ; CHECK-NOT: BTF
16 attributes #0 = { norecurse nounwind readnone }
18 !llvm.module.flags = !{!0}
19 !llvm.ident = !{!1}
21 !0 = !{i32 1, !"wchar_size", i32 4}
22 !1 = !{!"clang version 8.0.20181009 "}