Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; ModuleID = "D:\early-deliverable\codegen.py"
- target triple = "x86_64-pc-windows-msvc"
- target datalayout = ""
- define void @"main"()
- {
- entry:
- %".2" = bitcast [6 x i8]* @"fstr" to i64*
- %".3" = alloca double
- store double 0x4000000000000000, double* %".3"
- %".5" = load double, double* %".3"
- %".6" = call i32 (i64*, ...) @"printf"(i64* %".2", double %".5")
- %".7" = load double, double* %".3"
- %".8" = fadd double %".7", 0x4008000000000000
- %".9" = load double, double* %".3"
- %".10" = call i32 (i64*, ...) @"printf"(i64* %".2", double %".9")
- ret void
- }
- declare i32 @"printf"(i64* %".1", ...)
- @"fstr" = internal constant [6 x i8] c"%lf \0a\00"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement