[llvm] [SandboxVectorizer] New class to actually collect and manage seeds (PR #113386)
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 25 10:27:20 PDT 2024
================
@@ -131,4 +141,61 @@ void SeedContainer::print(raw_ostream &OS) const {
LLVM_DUMP_METHOD void SeedContainer::dump() const { print(dbgs()); }
#endif // NDEBUG
+template <typename LoadOrStoreT> static bool isValidMemSeed(LoadOrStoreT *LSI) {
----------------
aeubanks wrote:
a lot of the checks here don't seem to be tested
https://github.com/llvm/llvm-project/pull/113386
More information about the llvm-commits
mailing list