|
|
|
|
|
by coldtea
2370 days ago
|
|
When the SSA pass happens in the compiler it's already too late to have guaranteed certain behaviours from the source stage... E.g. you can turn a C program into SSA, but if you have aliasing issues, it's not gonna fix them... |
|