[LVI][CVP] Don't compute CR at SelectInst Use if Cond value may not be well-defined
If the condition value of SelectInst may be a poison or undef value, infer constant range at SelectInst use is in correct. See https://alive2.llvm.org/ce/z/MWMTYn Fixes: https://github.com/llvm/llvm-project/issues/62200 Differential Revision: https://reviews.llvm.org/D148709
Loading
Please sign in to comment