[PATCH] D30284: [loop-deletion] Improve analysis on calls when deleting a loop.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 23 11:05:22 PST 2017


efriedma added a comment.

Well, you could in theory delete a loop which contains an argmemonly call if you can prove the modified memory isn't used outside the loop... but that doesn't come up in practice, as far as I know.  Beyond that, I don't think you can do anything interesting with alias analysis.


https://reviews.llvm.org/D30284





More information about the llvm-commits mailing list