On Sat, Nov 23, 2019 at 2:09 AM Jakub Jelinek wrote:
>
> Hi!
>
> The following testcase ICEs, because ix86_md_asm_adjust emits an invalid
> insn that isn't matched. setcc_qi output is nonimmediate_operand and so is
> fine, but the problem is if we decide to do a ZERO_EXTEND, because
> zero_extend
Hi!
The following testcase ICEs, because ix86_md_asm_adjust emits an invalid
insn that isn't matched. setcc_qi output is nonimmediate_operand and so is
fine, but the problem is if we decide to do a ZERO_EXTEND, because
zero_extendqidi2 output must be register_operand, but dest could be MEM as
in