[Hexagon] Avoid infinite loops in type legalization when lowering SETCC
Only widen SETCC if the operands can be widened. Not checking that caused infinite widen-split loops in legalization.
Loading
Please sign in to comment
Only widen SETCC if the operands can be widened. Not checking that caused infinite widen-split loops in legalization.