[PATCH] D104801: [MemCpyOpt] Enable memcpy optimizations unconditionally.
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 19 13:51:49 PDT 2021
xbolva00 added a comment.
In D104801#2888266 <https://reviews.llvm.org/D104801#2888266>, @efriedma wrote:
> The one thing I'm concerned about with this change is that we might potentially make a memcpy implementation call memcpy, which seems bad.
memcpy implementation is recognized by LoopIdiom pass.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104801/new/
https://reviews.llvm.org/D104801
More information about the llvm-commits
mailing list