Closed llvmbot closed 12 years ago
r166401 should fix this.
This crash is being caused because calling TD->getTypeStoreSize(VTy) on <2 x i8*> returns zero. I think this is incorrect: if we have TargetData, then we should know how large a pointer is, correct?
Extended Description
clang -O2 -mllvm -vectorize pp_pack.c
crashes on the attached test case