[PATCH] SROA fix to avoid invalid bitcast generation when converting a load from a double pointer bitcasted with an address space change of the pointee pointee

Chandler Carruth chandlerc at gmail.com
Fri Mar 7 12:34:24 PST 2014


On Fri, Mar 7, 2014 at 12:11 PM, Michele Scandale <
michele.scandale at gmail.com> wrote:

> it should be equivalent to ptrtoint+inttoptr, picking an integer type of
> the same size of the pointers....


I think it is much better to specify it the way it already is specified --
it is equivalent to storing and loading.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140307/fe869ad1/attachment.html>


More information about the llvm-commits mailing list