[ARM] Cirrus EP93xx Maverick Crunch Support - "bge" pattern
Hasjim Williams
gcc@futaris.org
Wed Jun 27 10:31:00 GMT 2007
On Wed, 27 Jun 2007 18:15:12 +1000, "Hasjim Williams" <gcc@futaris.org>
said:
>
> if_then_else (ge (match_operand:CCFP 1 "cc_register" "") (const_int 0))
> if_then_else (ge:CCFP (match_operand 1 "cc_register" "") (const_int 0))
>
> Is the second line still valid syntax?
The second line doesn't work. The first one does. It also fixes up the
"internal compiler error: output_operand: '%l' operand isn't a label"
error...
Incidentally, does anyone know if can you do something like:
if_then_else (ge (match_operand:!CCFP 1 "cc_register" "") (const_int 0))
More information about the Gcc
mailing list