[PATCH] [PM/AA] Completely remove the AliasAnalysis::copyValue interface.

Chandler Carruth chandlerc at google.com
Fri Jul 10 21:16:06 PDT 2015


On Thu, Jul 2, 2015 at 10:11 AM Pete Cooper <peter_cooper at apple.com> wrote:

> On Jul 1, 2015, at 8:37 PM, Chandler Carruth <chandlerc at gmail.com> wrote:
>
> It can return if and when we need it and know
> how to build it on top of the new pass manager
>
> Just to double check what you mean here.  Are you planning on adding AA
> updating API which only works with the new pass manager?
>

I'm not planning on adding one at all to start with. I just don't want to
spend time refactoring things to make the current one work in both old and
new.

However, I'm going to send mail with how I think an update API should
probably look, and I'll try to look at what it would take to implement such
a thing for both the old and new pass managers.


Anyways, going to go ahead with this based on Hal's LGTM... we can re-add
dead code any time. =]


>
> _______________________________________________
> 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/20150711/0644ffde/attachment.html>


More information about the llvm-commits mailing list