[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / Transforms / PGOProfile / Inputs / thinlto_samplepgo_icp2a.ll
blob545b36c1180c2aec2bac10a98835189b7c2eb9e3
1 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
2 target triple = "x86_64-unknown-linux-gnu"
4 ; Function Attrs: norecurse nounwind readnone uwtable
5 define internal void @_ZL3foov() #1 {
6 entry:
7   call void @_ZL3barv()
8   ret void
11 declare void @_ZL3barv()
13 !llvm.dbg.cu = !{!0}
14 !llvm.module.flags = !{!3}
15 !llvm.ident = !{!31}
17 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 5.0.0 (trunk 297016)", isOptimized: true, runtimeVersion: 0, emissionKind: NoDebug, enums: !2)
18 !1 = !DIFile(filename: "b.cc", directory: "/ssd/llvm/abc/small")
19 !2 = !{}
20 !3 = !{i32 2, !"Debug Info Version", i32 3}
21 !31 = !{!"clang version 5.0.0 (trunk 297016)"}