[DFAJumpThreading] Only unfold select coming from directly where it is defined (#70966)
Fixes #64860. When a select instruction comes in by PHINode, the phi's incoming block for it can flow indirectly past other BasicBlock into it. In this case, we cannot unfold select to the phi's BB.
parent
d97b2b38
Please register or sign in to comment