Replies: 1 comment
-
A variable can be dead during VST -> SSA translation because locals are "killed" when they reach the end of their lexical scope. Consider:
The variable |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm reading the source code recently. I cannot figure out in which condition the
y
can benull
. It should always has a value, either a normal value or a Phi value, right? What's the meaning ofthis variable is dead
? Can someone give me a hint?virgil/aeneas/src/ssa/VstSsaGen.v3
Lines 1378 to 1382 in b01e8f4
Beta Was this translation helpful? Give feedback.
All reactions