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.
_______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits