[ValueTracking] allow vector types in isImpliedCondition()
The matching of constants assumed integers, but we can handle splat vector constants seamlessly with m_APInt.
Loading
Please sign in to comment
The matching of constants assumed integers, but we can handle splat vector constants seamlessly with m_APInt.