[PATCH] D102834: [SLPVectorizer] WIP Implement initial memory versioning (WIP!)
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 21 11:35:00 PDT 2021
fhahn updated this revision to Diff 353436.
fhahn added a comment.
Herald added subscribers: ormris, nikic.
Adjust preserved passes in the legacy PM, update pipeline tests.
The SCEV improvements to increase the number of memory ops vectorized are available now as D104319 <https://reviews.llvm.org/D104319> & D104634 <https://reviews.llvm.org/D104634>. I'll start with some more cleanup/refactoring and adding the feature behind a flag as suggested soon.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102834/new/
https://reviews.llvm.org/D102834
Files:
llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
llvm/test/Other/opt-O2-pipeline.ll
llvm/test/Other/opt-O3-pipeline-enable-matrix.ll
llvm/test/Other/opt-O3-pipeline.ll
llvm/test/Other/opt-Os-pipeline.ll
llvm/test/Transforms/SLPVectorizer/AArch64/memory-runtime-checks.ll
llvm/test/Transforms/SLPVectorizer/X86/memory-runtime-checks.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102834.353436.patch
Type: text/x-patch
Size: 51437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210621/01aebc8f/attachment.bin>
More information about the llvm-commits
mailing list