Re: [llvm-commits] llvm-gcc4: implement FLOOR_MOD_EXPR and ROUND_DIV_EXPR

2007-01-23 Thread Chris Lattner
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 result

[llvm-commits] llvm-gcc4: implement FLOOR_MOD_EXPR and ROUND_DIV_EXPR

2007-01-19 Thread Duncan Sands
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. I also checked