Segher Boessenkool <seg...@kernel.crashing.org> wrote:

On Mon, Jan 20, 2020 at 11:52:55PM +0100, Jakub Jelinek wrote:
PR target/93073
        * config/rs6000/rs6000.c (rs6000_emit_cmove): Punt for compare_mode
        other than SFmode or DFmode.

"If using fsel, punt for..." etc.

+ /* Don't allow compare_mode other than SFmode or DFmode, for others there
+     is no fsel instruction.  */
+  if (compare_mode != SFmode && compare_mode != DFmode)
+    return 0;

And move this a bit later, to right after
 /* At this point we know we can use fsel.  */
please?

Okay for trunk with that change, and for release branches a bit later
(wait for AIX and Darwin test results if you can?)

I did not see any regressions on powerpc-darwin9 for r10-6104 c.f r10-6081.
thanks
Iain

Reply via email to