[PATCH] D104801: [MemCpyOpt] Enable memcpy optimizations unconditionally.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 19 13:19:58 PDT 2021


efriedma added a comment.

The one thing I'm concerned about with this change is that we might potentially make a memcpy implementation call memcpy, which seems bad.


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