SPE doesn't have a fsel instruction, so don't try to lower to it.
This fixes a "Cannot select: tN: f64 = PPCISD::FSEL tX, tY, tZ" error.
Differential D77773
PowerPC: Don't lower SELECT_CC to PPCISD::FSEL on SPE jhibbits on Apr 8 2020, 8:39 PM. Authored by
Details
SPE doesn't have a fsel instruction, so don't try to lower to it. This fixes a "Cannot select: tN: f64 = PPCISD::FSEL tX, tY, tZ" error.
Diff Detail
Event Timeline |
nit: Move this line to the above(clang-format might comment in a wrong line :o).