Advertisement
Guest User

Test case

a guest
Mar 20th, 2018
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LLVM 0.65 KB | None | 0 0
  1. ; ModuleID = 'bugpoint-reduced-simplified.bc'
  2. source_filename = "bugpoint-output-0cce147.bc"
  3. target datalayout = "e-m:e-i64:64-n32:64-ni:10:11:12"
  4. target triple = "powerpc64le-unknown-linux-gnu"
  5.  
  6. %jl_value_t.0.1.2.3.7.11 = type opaque
  7.  
  8. @jlplt_jl_crc32c_7761_got = external global void ()*
  9.  
  10. define void @julia_package_slug_7760() {
  11. top:
  12.   %0 = load void ()*, void ()** @jlplt_jl_crc32c_7761_got, align 8
  13.   %1 = bitcast void ()* %0 to i32 (i32, i8*, i64)*
  14.   %2 = call i32 %1(i32 0, i8* undef, i64 16) [ "jl_roots"(%jl_value_t.0.1.2.3.7.11 addrspace(10)* undef) ]
  15.   ret void
  16. }
  17.  
  18. !llvm.module.flags = !{!0}
  19.  
  20. !0 = !{i32 1, !"Debug Info Version", i32 3}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement