[PATCH] D30903: [AArch64] Use alias analysis in the load/store optimization pass.

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 13:31:35 PDT 2017


MatzeB added a comment.

Looks good to me. Could you do the sanity checking that we do the right thing in CodeGen and compute the AliasAnalysis information only once for all of CodeGen and not repeat it for different passes? (i.e. -debug-pass=Executions should only show them computed once for all CodeGen passes). Feel free to delegate this task to https://reviews.llvm.org/D30839 if you want ;-)


https://reviews.llvm.org/D30903





More information about the llvm-commits mailing list