[PATCH] D24441: [AA] Add the notion of target-specific alias analyses.
Justin Lebar via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 26 11:27:26 PDT 2016
jlebar added a comment.
> I think instead, the target *can* actually add a separate pass to provide the AA results, and then you should be able to use the external AA hooks already present.
...with a modification to support running more than one, I presume?
I'm fine with that (if you can show me how this is supposed to work), although personally I think having to register a pass just to store this data seems...kind of weird? Maybe there is a good reason to do it that way as opposed to with the explicit callback objects as in the commit message here.
https://reviews.llvm.org/D24441
More information about the llvm-commits
mailing list