[all-commits] [llvm/llvm-project] a4c8fb: [SLP][NFC] Refactor SLPVectorizerPass::vectorizeRo...
Valery Dmitriev via All-commits
all-commits at lists.llvm.org
Wed Aug 24 17:12:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a4c8fb9d1f46f30c66a9ca0dd07c7933f338bb34
https://github.com/llvm/llvm-project/commit/a4c8fb9d1f46f30c66a9ca0dd07c7933f338bb34
Author: Valery N Dmitriev <valery.n.dmitriev at intel.com>
Date: 2022-08-24 (Wed, 24 Aug 2022)
Changed paths:
M llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP][NFC] Refactor SLPVectorizerPass::vectorizeRootInstruction method.
The goal is to separate collecting items for post-processing
and processing them. Post processing also outlined as
dedicated method.
Differential Revision: https://reviews.llvm.org/D132603
More information about the All-commits
mailing list