[llvm-commits] [llvm] r46244 - in /llvm/trunk: lib/Transforms/Scalar/InstructionCombining.cpp test/Transforms/InstCombine/2008-01-21-MulTrunc.ll
Nick Lewycky
nicholas at mxc.ca
Mon Jan 21 21:41:13 PST 2008
Duh. Thanks Nate!
Nate Begeman wrote:
> I don't get different output for the attached patch before and after
> the patch, and the test fails.
>
> On Jan 21, 2008, at 9:08 PM, Nick Lewycky wrote:
>
>> ======================================================================
>> --- llvm/trunk/lib/Transforms/Scalar/InstructionCombining.cpp
>> (original)
>> +++ llvm/trunk/lib/Transforms/Scalar/InstructionCombining.cpp Mon
>> Jan 21 23:08:48 2008
>> @@ -6512,6 +6512,15 @@
>> CanEvaluateInDifferentType(I->getOperand(1), Ty, CastOpc,
>> NumCastsRemoved);
>>
>> + case Instruction::Mul:
>> + break;
>
> Probably due to this break.
More information about the llvm-commits
mailing list