Created
May 22, 2023 05:58
-
-
Save Endilll/cab8a3eef251ff44c3c0d2274464e8f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; ModuleID = 's_p.ll' | |
source_filename = "s_p.i" | |
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" | |
target triple = "x86_64-unknown-linux-gnu" | |
define dso_local void @setup_per_cpu_areas(i8* %arg) { | |
entry: | |
%s3 = bitcast i8* %arg to [65536 x i8]* | |
store [65536 x i8] zeroinitializer, [65536 x i8]* %s3 | |
ret void | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment