[PATCH] D104464: [LoopIdiom] Transform memmove-like loop into memmove (PR46179)

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 29 13:20:57 PDT 2021


efriedma added a comment.

Can you add a testcase for a case where both IsMemCpy and UseMemMove are true?  I think you'll end up bailing out due to the alias check, but I'd like to be sure.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104464/new/

https://reviews.llvm.org/D104464



More information about the llvm-commits mailing list