[InstCombine] Support splat vectors in some or of icmp folds
Replace m_ConstantInt() with m_APInt() in order to support splat constants in addition to scalar integers.
Loading
Please sign in to comment
Replace m_ConstantInt() with m_APInt() in order to support splat constants in addition to scalar integers.