Skip to content

Instantly share code, notes, and snippets.

@nelhage
Created October 25, 2020 22:11
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 nelhage/93c5a95fb34bf56d1a8344dae65e30a5 to your computer and use it in GitHub Desktop.
Save nelhage/93c5a95fb34bf56d1a8344dae65e30a5 to your computer and use it in GitHub Desktop.
b1:
%x1 = 1
jmp b3
b2:
%x2 = 2
jmp b3
b3:
%x3 = phi [b1, %x1], [b2, %x2]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment