Simplify rematerialized Sub nodes after be_sched_fix_flags.
When a Sub node is rematerialized, only its flags will be needed. In this case, the Sub can be replaced by a Cmp and there is no need to have a scratch register to store the Sub's result.
Please register or sign in to comment