I've started playing with Roslyn's syntax & semantic APIs. Haven't really digged hard yet but, is there any code optimization provided by semantic API like:
dead code elimination, hoisting or some sort of pointer analysis? or other analyses?
I'm aware that roslyn provides methods for DFA and CFA but anything coming as a bonus to that?