Cast Patch

Chandler Carruth chandlerc at google.com
Sun Feb 17 19:18:14 PST 2013


LGTM


On Sun, Feb 17, 2013 at 3:15 PM, Jakub Staszak <kubastaszak at gmail.com>wrote:

> This patch reduces reinterpret_cast usage and changes it to llvm::cast.
> Also GetElementPtrInst::getType() method wasn't correct, because it can
> return VectorType or PointerType.
>
> I couldn't get any testcase because VectorType and PointerType are both
> SequentialType, so everything worked fine.
>
> Is it OK to commit?
>
> Thanks!
> - Kuba
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130217/4e29e816/attachment.html>


More information about the llvm-commits mailing list