[PATCH] D65118: Analysis: Don't look through aliases when simplifying GEPs.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 23 12:03:12 PDT 2019
pcc added a comment.
For the opt-in behaviour it seems that we should have the `strip*()` ignore the linkage and leave it up to the caller to make the correct determination based on the linkage of the alias. For example, the inliner or global const prop would check `isInterposable()`, and attribute-based optimizations would check `isDefinitionExact()`.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65118/new/
https://reviews.llvm.org/D65118
More information about the llvm-commits
mailing list