"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "520a7f92501f8e88738ba74d290b9f01dc89af69"
TargetData.cpp::getTypeInfo() was returning alignment of element type as the
alignment of a packed type. This is obviously wrong. Added a workaround that returns the size of the packed type as its alignment. The correct fix would be to return a target dependent alignment value provided via TargetLowering (or some other interface). llvm-svn: 27319
Loading
Please register or sign in to comment