[PATCH] D122911: [MemCpyOpt] Work around PR54682
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 1 08:51:59 PDT 2022
fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.
LGTM, thanks!
Not sure if it is directly related, but DSE has some code to check whether locations are guaranteed to be loop invariant (or are accessed in the same loop iteration) to deal with AA queries across loop boundaries.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122911/new/
https://reviews.llvm.org/D122911
More information about the llvm-commits
mailing list