[PATCH] D102834: [SLPVectorizer] WIP Implement initial memory versioning (WIP!)
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 20 06:35:29 PDT 2021
ABataev added a comment.
How about emitting proper aliasing metadata in the generated basicblocks? It should solve many problems with the SLP without extra changes and may help some other passes too. I mean, memaccesses in `entry.slpversioned:` should be noaliased and in `entry.scalar:` maybe aliased.
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