[PATCH] D21928: Aliasing of constant pointers (inttoptr Const) for BasicAA

Andrew Zhogin via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 05:07:46 PDT 2016


andrew.zhogin added a comment.

> > if (V1Type == V2Type)

> 


This should also check that address spaces are equal too, right?


http://reviews.llvm.org/D21928





More information about the llvm-commits mailing list