[Sink] Fix bugs of sinking unreachable BB from phi (#68576)
Resolve #68529. Sink pass doesn't consider whether Basicblock from phi is unreachable. This patch moves unreachability check after checking phi.
Loading
Please sign in to comment
Resolve #68529. Sink pass doesn't consider whether Basicblock from phi is unreachable. This patch moves unreachability check after checking phi.