"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "0defaa1cbc2e4b4ce3d24e0500b20c47d7f33068"
-
Cameron Zwarich authored
type's bitwidth matches the (allocated) size of the alloca. This severely pessimizes vector scalar replacement when the only vector type being used is something like <3 x float> on x86 or ARM whose allocated size matches a <4 x float>. I hope to fix some of the flawed assumptions about allocated size throughout scalar replacement and reenable this in most cases. llvm-svn: 133338
9601ddb2
Loading