[PATCH] D117095: [BasicAA] Add support for memmove intrinsic

Evgeniy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 12 02:22:32 PST 2022


ebrevnov added a comment.

In D117095#3236854 <https://reviews.llvm.org/D117095#3236854>, @nikic wrote:

> Pretty sure this is dead code and the generic code already takes care of it. Your tests also pass for me without this patch.

For some reason generic code hadn't handled my original test case. Ok, let me check why... probably we should make generic code to be more generic :-)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117095



More information about the llvm-commits mailing list