Skip to content

Instantly share code, notes, and snippets.

@alexcrichton
Created July 22, 2020 20:51
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 alexcrichton/b3fc5e17259256d5e3f278584dd99d9f to your computer and use it in GitHub Desktop.
Save alexcrichton/b3fc5e17259256d5e3f278584dd99d9f to your computer and use it in GitHub Desktop.
target triple = "wasm32-unknown-unknown"
define void @bar() #0 {
start:
tail call fastcc void @inline_me()
ret void
}
define internal void @inline_me() {
start:
tail call void @foo()
ret void
}
declare void @foo()
attributes #0 = { "target-features"="+simd128" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment