[llvm-commits] llvm-gcc4: implement FLOOR_MOD_EXPR and ROUND_DIV_EXPR
Chris Lattner
clattner at apple.com
Tue Jan 23 10:35:08 PST 2007
On Jan 19, 2007, at 5:09 AM, Duncan Sands wrote:
> FLOOR_MOD_EXPR is generated by the Ada and Fortran front-ends.
> ROUND_DIV_EXPR is only generated by the Ada front-end.
>
> Tested by taking all possible combinations of 8 bit signed and
> unsigned
> input operands, and checking that the results coincide with those
> produced
> by mainline gcc.
Looks great, applied, thanks!
-Chris
More information about the llvm-commits
mailing list