[llvm-commits] [PATCH] Add a !mul operator

dag at cray.com dag at cray.com
Thu Jan 24 13:51:01 PST 2013


Hal Finkel <hfinkel at anl.gov> writes:

> David, et al.,
>
> Do we currently have an addition operator? I have a use for one.

No, but we do have shift operators.  You could just take my mul patch
and rewrite MUL to ADD everywhere.  :)

                              -David



More information about the llvm-commits mailing list