Skip to content
Commit a57dd66d authored by Craig Topper's avatar Craig Topper
Browse files

[X86] In X86FastEmitSSESelect, fall back to SelectionDAG if the inputs to the...

[X86] In X86FastEmitSSESelect, fall back to SelectionDAG if the inputs to the compare can't be found in registers.

We were checking that the original Value * for the compare operands
were null. But that can never happen.

I believe we intended to check for 0 registers here instead.

Fixes PR44749.
parent d975910c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment