[PATCH] D139601: [LoopVectorize] Clear cache of `LoopAccessInfoManager`
Miguel Saldivar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 3 20:05:38 PST 2023
Saldivarcher added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:10603
+ // Assure that the `LoopAccessManagerInfo` cache is invalidated.
+ LAIs->clear();
+
----------------
@fhahn I wasn't sure where the best place to invalidate cache, if you think I should do it elsewhere I can do that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139601/new/
https://reviews.llvm.org/D139601
More information about the llvm-commits
mailing list