PATCH: SelectionDAG: Fix incorrect lowering of CONCAT_VECTOR
Matt Arsenault
arsenm2 at gmail.com
Thu Aug 14 10:18:37 PDT 2014
On Aug 8, 2014, at 5:39 PM, Tom Stellard <tom at stellard.net> wrote:
> On Thu, Aug 07, 2014 at 11:45:22AM -0700, Matt Arsenault wrote:
>> 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
>
> Hi Matt,
>
> Here is an update patch that uses getStoreSize()
>
> -Tom
> <0001-SelectionDAG-Fix-incorrect-lowering-of-CONCAT_VECTOR.patch>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
LGTM
More information about the llvm-commits
mailing list