<div class="gmail_quote">On 29 November 2011 01:37, Duncan Sands <span dir="ltr"><<a href="mailto:baldrick@free.fr">baldrick@free.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi Nick,<br>
<div class="im"><br>
> To elaborate, the comment was that the only pointer types we should<br>
> allow are those which would let us load the vector and produce a legal<br>
> vector type.<br>
<br>
</div>presumably i8** would be a valid vector element type.  This means that<br>
vector GEP may need more than one index.<br></blockquote><div><br></div><div>No, only single-pointers for now but if there's a use case for them they can be added. It means that someone who wants to use gather operations to pointer-chase through multiple linked list nodes in parallel will need to use a inttoptr between each load. Somehow I'm okay with that. :)</div>

<div><br></div><div>Nick</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Ciao, Duncan.<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br>