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

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 12 08:10:25 PST 2022


nikic added a comment.

@reames The generic argmemonly + readonly/writeonly case is handled in https://github.com/llvm/llvm-project/blob/6db04b97e6a2873cbf1252b7b6b7efedf3fceb4e/llvm/lib/Analysis/AliasAnalysis.cpp#L248 I believe.

I'd like to see a test case that shows the issue, because I'm not sure I understand which case we're currently failing to handle.


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