[LLVMdev] TableGen Operator Names

David A. Greene dag at cray.com
Tue Jan 11 12:27:48 PST 2011


Chris Lattner <clattner at apple.com> writes:

>> Would anyone object if I changed the syntax from !operator to &operator?
>
> In the absence of a much better proposal, I'd prefer to just keep it the way it is.

Fair enough.  What would make a better proposal?  I'd like to keep the
syntax concise.  I wonder if there is a way we could get rid of the
"operator" entirely and just specify names, like:

strconcat("this", "that")

instead of 

!strconcat("this", "that")

What do you think?

                             -Dave



More information about the llvm-dev mailing list