PATCH: SelectionDAG: Fix incorrect lowering of CONCAT_VECTOR

Tom Stellard tom at stellard.net
Fri Aug 8 17:39:28 PDT 2014


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-SelectionDAG-Fix-incorrect-lowering-of-CONCAT_VECTOR.patch
Type: text/x-diff
Size: 3534 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140808/37be0e51/attachment.patch>


More information about the llvm-commits mailing list