[PATCH] D91576: [MemCpyOpt] Correctly merge alias scopes during call slot optimization
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 23 04:12:12 PST 2020
nikic added a comment.
Unless there's something that makes this issue specific to the call slot optimization, wouldn't it be better to adjust the logic in `MDNode::getMostGenericAliasScope()` to ensure that any code performing alias scope merging is covered?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91576/new/
https://reviews.llvm.org/D91576
More information about the llvm-commits
mailing list