Skip to content

Instantly share code, notes, and snippets.

@Endilll
Created May 22, 2023 05:58
Show Gist options
  • Save Endilll/cab8a3eef251ff44c3c0d2274464e8f9 to your computer and use it in GitHub Desktop.
Save Endilll/cab8a3eef251ff44c3c0d2274464e8f9 to your computer and use it in GitHub Desktop.
; 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