[llvm-commits] [llvm] r62645 - in /llvm/trunk: include/llvm/ADT/APFloat.h lib/Support/APFloat.cpp lib/Transforms/Scalar/InstructionCombining.cpp lib/VMCore/ConstantFold.cpp test/Transforms/InstCombine/2009-01-19-fmod-constant-float-specials. ll

Neil Booth neil at daikokuya.co.uk
Wed Jan 21 07:34:11 PST 2009


Dale Johannesen wrote:-

> Author: johannes
> Date: Tue Jan 20 18:35:19 2009
> New Revision: 62645
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=62645&view=rev
> Log:
> Make special cases (0 inf nan) work for frem.
> Besides APFloat, this involved removing code
> from two places that thought they knew the
> result of frem(0., x) but were wrong.

Cool.

Neil.



More information about the llvm-commits mailing list