<p dir="ltr"><br>
On Apr 17, 2015 12:49 AM, "Dave Pitsbawn" <<a href="mailto:dpitsbawn@gmail.com">dpitsbawn@gmail.com</a>> wrote:<br>
><br>
> Seems like a new change in LLVM has made it so that bitcast of bitcast i8* %1 to %Foo* meaningless?<br>
><br>
> If I'm correct is there any need for the bitcast anymore? </p>
<p dir="ltr">What particular observations are you referring to that gave you the impression that these were not needed?</p>
<p dir="ltr">I'm part-way through migrating LLVM to not depend on the type a pointer points to, with the intent to eventually remove typed pointers in favor of a type less pointer type and remove all pointer to pointer bitcasts, but that work is far from complete.</p>
<p dir="ltr">><br>
> _______________________________________________<br>
> LLVM Developers mailing list<br>
> <a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
><br>
</p>