[llvm-commits] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp

Chris Lattner clattner at apple.com
Sat Jan 6 11:54:29 PST 2007


On Jan 6, 2007, at 9:51 AM, Reid Spencer wrote:
> I believe this patch has broken these two instcombine tests:
>
> FAIL: /proj/llvm/llvm-3/test/Regression/Transforms/InstCombine/ 
> 2003-11-13-ConstExprCastCall.ll:
> FAIL: /proj/llvm/llvm-3/test/Regression/Transforms/InstCombine/call- 
> cast-target.ll:
> Both of them are checking to see if the bitcast is gone which isn't  
> the case any more.

You're right.  Passing tests doesn't mean much if I type 'make' in  
lib/Transforms/Scalar instead of at the top level. :(

Sorry for the breakage,

-Chris



More information about the llvm-commits mailing list