Fixed Validator adjacency bug for OpPhi (#1922)
OpPhi instruction must appear before all non-OpPhi instructions except for OpLine. Without this commit, Validator does not check the case that an OpPhi is preceeded by an OpLine and the OpLine is preceeded by a non-OpPhi instruction that is not OpLine.
Loading
Please register or sign in to comment