[PATCH] SelectionDAG: Use the correct address space size for GEP instructions

Matt Arsenault Matthew.Arsenault at amd.com
Wed Oct 16 10:29:20 PDT 2013


On 10/15/2013 11:12 AM, Tom Stellard wrote:
> From: Tom Stellard <thomas.stellard at amd.com>
>
> This fixes a crash in the SelectionDAGBuilder where GEP instructions
> with a pointer to an array as its first argument would mix the pointer's
> address space type with the default address space type while calculating
> the offset for the array.
>
Check out:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20131007/190592.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20131007/190593.html




More information about the llvm-commits mailing list