|
|
|
|
|
by tptacek
3976 days ago
|
|
This is helpful. But I read it and think, for instance, "distinct basic blocks aren't SSA"; compilers worked in terms of CFGs before SSA existed. :) Again this is more about my lack of confidence about fully grokking the implications of SSA; I'm not nerd-sniping. |
|
Another thing you'll get for free from an SSA - nice ternary expressions reconstructed (even if the original code was using ifs).