[StackSafety] Check variable lifetime
We can't consider variable safe if out-of-lifetime access is possible. So if StackLifetime can't prove that the instruction always uses the variable when it's still alive, we consider it unsafe.
Loading
Please sign in to comment