|
|
|
|
|
by tptacek
3976 days ago
|
|
I'm not sure I'm following. To get from stack operations to expressions, I just symbolically evaluate the stack, creating temporary variables as I go. It happens that the resulting IR is pretty much SSA form. But I'm not taking much else from SSA. I'm wondering if I'm missing opportunities. |
|
It also pays well to have distinct basic blocks - loop analysis is much easier then.