[PATCH] [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction

David Blaikie dblaikie at gmail.com
Thu Feb 26 16:16:16 PST 2015


On Thu, Feb 26, 2015 at 12:41 PM, Rafael Ávila de Espíndola <
rafael.espindola at gmail.com> wrote:

> ================
> Comment at: include/llvm/IR/Instructions.h:848
> @@ -847,1 +847,3 @@
>
> +  Type *getSourceElementType() const {
> +    SequentialType *Ty = cast<SequentialType>(getPointerOperandType());
> ----------------
> This is already in. Can you rebase the patch?
>

Rebased


>
> http://reviews.llvm.org/D7636
>
> EMAIL PREFERENCES
>   http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150226/8f816b6e/attachment.html>


More information about the llvm-commits mailing list