[PATCH] D102113: [MemCpyOpt] Remove MemDepAnalysis-based implementation
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 18 13:51:24 PDT 2021
nikic added a comment.
In D102113#2764405 <https://reviews.llvm.org/D102113#2764405>, @fhahn wrote:
> Did we change the default after the 12.0 branch? If so, it might be helpful to keep it until we branch for 13.0, so if users on 13.0 run into issue they can still fall back to the old version in the next release?
I don't think this is a useful consideration. If there are issues, they need to be fixed on the release branch for everyone, not worked around by flipping a flag.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102113/new/
https://reviews.llvm.org/D102113
More information about the llvm-commits
mailing list