Created
October 25, 2020 22:11
-
-
Save nelhage/93c5a95fb34bf56d1a8344dae65e30a5 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
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