[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
    Duncan Sands 
    baldrick at free.fr
       
    Thu Jul  3 02:06:14 PDT 2008
    
    
  
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.
Best wishes,
Duncan.
    
    
More information about the llvm-commits
mailing list