[PATCH] D152934: [LoopIdiom] Preserve alias information for memset_pattern
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 14 12:47:29 PDT 2023
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp:1082
+
+ AATags = TheStore->getAAMetadata();
+ for (Instruction *Store : Stores)
----------------
Whitespace
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152934/new/
https://reviews.llvm.org/D152934
More information about the llvm-commits
mailing list