[llvm-commits] [llvm] r53035 - in /llvm/trunk: include/llvm/CodeGen/SelectionDAG.h lib/CodeGen/SelectionDAG/LegalizeDAG.cpp lib/CodeGen/SelectionDAG/SelectionDAG.cpp lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp lib/Target/ARM/ARMISelLowering.cpp lib/Target/CellSPU/SPUISelLowering.cpp lib/Target/PowerPC/PPCISelLowering.cpp lib/Target/Sparc/SparcISelLowering.cpp lib/Target/X86/X86ISelLowering.cpp

Chris Lattner clattner at apple.com
Thu Jul 3 09:45:39 PDT 2008


On Jul 3, 2008, at 2:06 AM, Duncan Sands wrote:

> Hi Evan,
>
>> test/CodeGen/PowerPC/vec_misaligned.ll  is not crashing in the
>> Legalizer. Can you check if your patch is the cause?
>
> it was caused by r53031:
>
> r53031 | wangmp | 2008-07-02 19:07:12 +0200 (Wed, 02 Jul 2008) | 4  
> lines
>
> Fixed problem in EmitStackConvert where the source and target type
> have different alignment by creating a stack slot with the max
> alignment of source and target type.

If this patch is still causing breakage, please revert it.  Mon Ping  
can track down the problem and reapply when it is fixed.

-Chris



More information about the llvm-commits mailing list