[SLP]Introduce isUndefVector function to check for undef vectors.
Undefined vector might be not only the UndefValue, but also it can be a constant vector with undef ot poison elements, need to check for this kind of undef too. Differential Revision: https://reviews.llvm.org/D114873
Loading
Please sign in to comment