[llvm-commits] [llvm] r76232 - in /llvm/trunk: include/llvm/BinaryOperators.h include/llvm/Operator.h lib/Analysis/ScalarEvolution.cpp lib/Analysis/ValueTracking.cpp lib/Transforms/Scalar/InstructionCombining.cpp

Duncan Sands baldrick at free.fr
Sat Jul 18 00:33:42 PDT 2009


Hi Dan,

> +  /// hasNoSignedOverflow - Test whether this operation is known to never
> +  /// undergo signed overflow.

suppose the operator is UDIV.  What then does hasNoSignedOverflow mean?

Ciao,

Duncan.



More information about the llvm-commits mailing list