Advertisement
Guest User

Untitled

a guest
Nov 25th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LLVM 0.63 KB | None | 0 0
  1. ; ModuleID = '/tmp/gcc-explorer-compiler1161025-73-1ygoavz/example.cpp'
  2. source_filename = "/tmp/gcc-explorer-compiler1161025-73-1ygoavz/example.cpp"
  3. target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
  4. target triple = "x86_64-unknown-linux-gnu"
  5.  
  6. ; Function Attrs: nounwind readonly uwtable
  7. define i32 @read32le(unsigned char const*)(i8* nocapture readonly) local_unnamed_addr #0 !dbg !75 {
  8.   tail call void @llvm.dbg.value(metadata i8* %0, i64 0, metadata !81, metadata !82), !dbg !83
  9.   %2 = load i8, i8* %0, align 1, !dbg !84, !tbaa !85
  10.   %3 = zext i8 %2 to i32, !dbg !84
  11.   %4 = getelementptr inbounds i8, i8* %0, i64 1, !dbg !88
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement