Re: [PATCH] Further rs6000 asm modifier tweaks (PR target/88188)

2018-12-04 Thread Segher Boessenkool
Hi Jakub, On Tue, Dec 04, 2018 at 09:56:45AM +0100, Jakub Jelinek wrote: > This patch adds further tweaks discussed in the last PR88188 mail. Thanks for doing this :-) > ccr_bit now returns -1 instead of failing assertions, so that the caller > can decide what to do with it (fail assertion or

[PATCH] Further rs6000 asm modifier tweaks (PR target/88188)

2018-12-04 Thread Jakub Jelinek
Hi! This patch adds further tweaks discussed in the last PR88188 mail. ccr_bit now returns -1 instead of failing assertions, so that the caller can decide what to do with it (fail assertion or output_operand_lossage with some reasonable diagnostics. For D and t it now requires CR_REGNO_P, so that