[llvm-commits] [llvm] r60275 - in /llvm/trunk: lib/Transforms/Scalar/InstructionCombining.cpp test/Transforms/InstCombine/apint-sub.ll test/Transforms/InstCombine/sdiv-1.ll test/Transforms/InstCombine/sub.ll

Chris Lattner clattner at apple.com
Mon Dec 1 12:58:14 PST 2008


>> I'd strongly prefer that you replace all that logic with a simple
>> pointer test, if it is safe.  Is it safe?
>>
> I was looking at the logic last night and couldn't see anything
> obviously wrong with doing the simple pointer test. I'll go ahead and
> make the changes.

Thanks Bill!

-Chris



More information about the llvm-commits mailing list