[llvm-commits] r61980 - in /llvm/trunk: lib/Transforms/Scalar/InstructionCombining.cpp test/Transforms/InstCombine/bitcast-gep.ll

Chris Lattner sabre at nondot.org
Sun Jan 11 12:42:43 PST 2009


On Jan 10, 2009, at 1:08 AM, Duncan Sands wrote:

> Hi Chris, I just remembered that it is undefined in C as to whether
> the result of % is positive or negative for a negative lhs.  I guess
> that explains the comment!  However it also means that this code is
> wrong:

I committed r62047.  After discussion on IRC, Duncan seems happier  
with this.

-Chris




More information about the llvm-commits mailing list