Re: [PATCH 2/3] recog: Support space in "[ cons"

2023-09-27 Thread Richard Sandiford
Andrea Corallo writes: > Hi all, > > this is to allow for spaces before "cons:" in the definitions of > patterns using the new compact syntax, ex: > > (define_insn "aarch64_simd_dup" > [(set (match_operand:VDQ_I 0 "register_operand") > (vec_duplicate:VDQ_I > (match_operand: 1

[PATCH 2/3] recog: Support space in "[ cons"

2023-09-22 Thread Andrea Corallo
Hi all, this is to allow for spaces before "cons:" in the definitions of patterns using the new compact syntax, ex: (define_insn "aarch64_simd_dup" [(set (match_operand:VDQ_I 0 "register_operand") (vec_duplicate:VDQ_I (match_operand: 1 "register_operand")))] "TARGET_SIMD"