[X86][SSE] Fold select(X > -1, A, B) -> select(0 > X, B, A) (PR47404)
Help PBLENDVB peek through to the sign bit source of the selection mask by swapping the select condition and inputs.
Loading
Please sign in to comment
Help PBLENDVB peek through to the sign bit source of the selection mask by swapping the select condition and inputs.