Displaying 2 results from an estimated 2 matches for "51e4e3b6".
2008 Jul 23
0
[LLVMdev] GEP::getIndexValid() with other iterators
...andle your particular flavour of iterator).
Gr.
Matthijs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080723/51e4e3b6/attachment.sig>
2008 Jul 23
2
[LLVMdev] GEP::getIndexValid() with other iterators
On Jul 16, 2008, at 9:58 AM, Matthijs Kooijman wrote:
> Hi all,
>
> once more with the patch inline for easy review. I did not include the
> argpromotion pass here, since it's not the main topic of this post.
Hi Matthijs,
I'd prefer to not turn this into a template. Why not just define a
version that takes an array of uint64_t's or something like that?
-Chris