This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Possible change to gen* for splits


    (define_insn_and_split "name"
      ...normal insn...
      [split pattern]
      "split condition"
      "split preparation statements"
    ) 

I like this idea.

    I'd also like it to grok "* condition" for the split condition, which
    means "append condition to whatever condition was in the insn" so that
    the common case of:

I like this idea too, but don't like using '*' since it has other meanings
in the MD file already. How about '|' or '^'?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]