[PATCH] D97971: [IPSCCP] don't propagate constant in section when caller/callee sections mismatch
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 4 14:08:50 PST 2021
jdoerfert added a comment.
If we do this, we should create a helper somewhere that tells you if you can forward a constant, given an (Abstract)CallSite. For example, thread local constants can't be forwarded across callbacks.
So it's not only that we (might) have multiple things we need to filter but also multiple locations, Attributor needs this as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97971/new/
https://reviews.llvm.org/D97971
More information about the llvm-commits
mailing list