[Question][Hw5] Accessing phi node #620
Replies: 2 comments
-
Maybe function LLvm.incoming will do. I am really not sure |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
%x = phi i32 [ %inc, %then ], [ %dec, %else ]
How can I access %inc in the phi node above?
Beta Was this translation helpful? Give feedback.
All reactions