[PATCH] [AsmPrinter] handles addrspacecast in lowerConstant
Jingyue Wu
jingyue at google.com
Thu Apr 16 16:33:20 PDT 2015
I think you're right. LMTAL why I'm missing the generic.
On Thu, Apr 16, 2015 at 4:31 PM Justin Holewinski <
justin.holewinski at gmail.com> wrote:
> ================
> Comment at: test/CodeGen/NVPTX/addrspacecast-gvar.ll:6
> @@ -5,2 +5,3 @@
> ; CHECK: .visible .global .align 4 .u32 g3 = g;
> +; CHECK: .visible .global .align 8 .u32 g4[2] = {0, g+8};
>
> ----------------
> Shouldn't this be {0, generic(g)+8} ?
>
> http://reviews.llvm.org/D9063
>
> 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/20150416/7d43ef8d/attachment.html>
More information about the llvm-commits
mailing list