[PATCH] D126486: [LoopIdiom] Fix bailout for aliasing in memcpy transform.

Dawid Jurczak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 31 04:40:29 PDT 2022


yurai007 accepted this revision.
yurai007 added a comment.
This revision is now accepted and ready to land.

Thanks for fixing such nasty bug. Now checking whether loop access load is not only correct but also more straightforward. Maybe it would be good to receive more comments from others but since I cannot find anything wrong with this change, it's LGTM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126486



More information about the llvm-commits mailing list