Do not gcse unreachable code
During global CSE we now ignore nodes in unreachable blocks, otherwise cse could pick the wrong representative node and use unreachable nodes in reachable code.
Please register or sign in to comment
During global CSE we now ignore nodes in unreachable blocks, otherwise cse could pick the wrong representative node and use unreachable nodes in reachable code.