[PATCH] D102834: [SLPVectorizer] WIP Implement initial memory versioning (WIP!)
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 11 11:49:24 PDT 2021
ABataev added a comment.
I would add an option to control whether to allow it or not.
================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:751
+ }
+ DeletedInstructions.clear();
+ }
----------------
What about `EXPENSIVE_CHECKS` and `verifyFunction`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102834/new/
https://reviews.llvm.org/D102834
More information about the llvm-commits
mailing list