[llvm-commits] [llvm] r43289 - in /llvm/trunk: lib/Transforms/Scalar/InstructionCombining.cpp test/Transforms/InstCombine/and2.ll test/Transforms/InstCombine/or2.ll
Neil Booth
neil at daikokuya.co.uk
Wed Oct 24 07:42:05 PDT 2007
Chris Lattner wrote:-
> Author: lattner
> Date: Wed Oct 24 00:38:08 2007
> New Revision: 43289
>
> URL: http://llvm.org/viewvc/llvm-project?rev=43289&view=rev
> Log:
> Implement a couple of foldings for ordered and unordered comparisons,
> implementing cases related to PR1738.
Is there a reason you're not using APFloat's comparison operation?
Neil.
More information about the llvm-commits
mailing list