[llvm] [SandboxVec][SeedCollector] Implement collection of seeds with different types (PR #146171)
Jorge Gorbe Moya via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 19 09:55:28 PDT 2025
================
@@ -191,7 +191,8 @@ class SeedContainer {
ScalarEvolution &SE;
- template <typename LoadOrStoreT> KeyT getKey(LoadOrStoreT *LSI) const;
+ template <typename LoadOrStoreT>
+ KeyT getKey(LoadOrStoreT *LSI, bool AllowDiffTypes) const;
----------------
slackito wrote:
Thanks for the explanation!
https://github.com/llvm/llvm-project/pull/146171
More information about the llvm-commits
mailing list