SSA
Briefly introduce the benefits of SSA(Static Single Assignment) form.
Answer
Remove unnecessary code
Remove redundant varibles and logics
Optimize register or memory allocation
Transform varibles to constants when possible
Transform "high cost" instructions to "low cost"