[llvm-commits] [llvm] r75586 - in /llvm/trunk: lib/Transforms/Scalar/InstructionCombining.cpp test/Transforms/InstCombine/mul.ll
Eli Friedman
eli.friedman at gmail.com
Mon Jul 13 19:50:08 PDT 2009
On Mon, Jul 13, 2009 at 7:25 PM, Nick Lewycky<nlewycky at google.com> wrote:
> What if it's a vector of float? NAN * 0 != 0 which is what the comment was
> alluding to with "finite".
Vectors of floats don't go into visitMul.
-Eli
More information about the llvm-commits
mailing list