[llvm-commits] [llvm] r48107 - in /llvm/trunk: lib/CodeGen/SelectionDAG/ScheduleDAG.cpp lib/Target/X86/X86InstrInfo.cpp test/CodeGen/X86/inline-asm-fpstack.ll

Chris Lattner sabre at nondot.org
Sun Mar 9 13:50:15 PDT 2008


On Mar 9, 2008, at 12:40 PM, Tanya Lattner wrote:

> Chris,
>
> I think this patch is the one causing the test failures from last  
> night:
> test/CodeGen/CellSPU/immed64.ll [DEJAGNU]
> test/CodeGen/IA64/2005-08-22-LegalizerCrash.ll [DEJAGNU]
> test/CodeGen/IA64/2005-10-29-shladd.ll [DEJAGNU]
> test/CodeGen/IA64/ret-0.ll [DEJAGNU]
> test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert.ll [DEJAGNU]
> test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert2.ll [DEJAGNU]

Fixed, thanks for tracking this down.  It turns out that this patch  
exposed a bunch of target specific bugs, which are good to be fixed.   
I apologize for the breakage!

-Chris



More information about the llvm-commits mailing list