Files
Plasma/debug/ir.ll

14 lines
255 B
LLVM
Raw Normal View History

2025-10-13 21:05:03 +11:00
; ModuleID = "main"
target triple = "x86_64-pc-windows-msvc"
target datalayout = ""
define i32 @"main"()
{
main_entry:
%".2" = alloca float
store float 0x3ff3ae1480000000, float* %".2"
%".4" = alloca i32
store i32 456, i32* %".4"
ret i32 123
}