PATCH: SelectionDAG: Fix incorrect lowering of CONCAT_VECTOR

Matt Arsenault Matthew.Arsenault at amd.com
Thu Aug 7 11:45:22 PDT 2014


On 08/07/2014 08:40 AM, Tom Stellard wrote:
> +  unsigned TypeByteSize = !SrcVT.isVector() ? EltVT.getSizeInBits() / 8 :
> +                                              SrcVT.getSizeInBits() / 8;
Should use getStoreSize() instead of / 8



More information about the llvm-commits mailing list