Skip to content

Instantly share code, notes, and snippets.

@nikic
Last active December 9, 2021 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikic/1262b5f7d27278e1b34a190ae10947f5 to your computer and use it in GitHub Desktop.
Save nikic/1262b5f7d27278e1b34a190ae10947f5 to your computer and use it in GitHub Desktop.
declare void @foo()
define internal void @f1() {
call void @foo()
call void @foo()
call void @foo()
call void @foo()
call void @foo()
call void @foo()
call void @foo()
call void @foo()
call void @foo()
call void @foo()
call void @foo()
call void @foo()
ret void
}
define internal void @f2() {
call void @f1()
call void @f1()
call void @f1()
ret void
}
define internal void @f3() {
call void @f2()
call void @f2()
ret void
}
define internal void @f4() {
call void @f3()
call void @f3()
ret void
}
define internal void @f5() {
call void @f4()
call void @f4()
call void @f4()
call void @f4()
call void @f4()
call void @f4()
ret void
}
define internal void @f6() {
call void @f5()
call void @f5()
ret void
}
define internal void @f7() {
call void @f6()
call void @f6()
call void @f6()
call void @f6()
call void @f6()
call void @f6()
call void @f6()
call void @f6()
call void @f6()
call void @f6()
call void @f6()
call void @f6()
ret void
}
define void @f8() {
call void @f7()
call void @f7()
call void @f7()
call void @f7()
call void @f7()
call void @f7()
call void @f7()
call void @f7()
call void @f7()
call void @f7()
call void @f7()
call void @f7()
call void @f7()
call void @f7()
call void @f7()
call void @f7()
call void @f7()
call void @f7()
call void @f7()
call void @f7()
call void @f7()
call void @f7()
call void @f7()
ret void
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment