[IR] Disable select ? C : undef -> C fold in ConstantFoldSelectInstruction...
[IR] Disable select ? C : undef -> C fold in ConstantFoldSelectInstruction unless we know C isn't poison. This matches the recent change to InstSimplify from D83440. Differential Revision: https://reviews.llvm.org/D83535
Loading