[InstCombine][NFC] Simplify check in sinking
We just need to check that the only predecessor of user parent is BB, we don't need to iterate through BB's successors for it.
Loading
Please sign in to comment
We just need to check that the only predecessor of user parent is BB, we don't need to iterate through BB's successors for it.