On Thu, 22 Mar 2018, Jakub Jelinek wrote:
> Hi!
>
> match_asm_constraints_1 verifies that the mode of input and output
> is the same, with one exception - when input is VOIDmode.
> It isn't correct to allow that blindly VOIDmode CONST_INT/CONST_DOUBLE
> is only ok if the output mode is scalar int
Hi!
match_asm_constraints_1 verifies that the mode of input and output
is the same, with one exception - when input is VOIDmode.
It isn't correct to allow that blindly VOIDmode CONST_INT/CONST_DOUBLE
is only ok if the output mode is scalar integer mode, on the testcase below
output is (reg:SF), wh