[all-commits] [llvm/llvm-project] c60192: [SLP][NFC]Improve compile time by storing all node...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Thu Sep 21 07:30:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c601928cb9c3c886eb4c2e744906ab7a9eb2e41d
https://github.com/llvm/llvm-project/commit/c601928cb9c3c886eb4c2e744906ab7a9eb2e41d
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2023-09-21 (Thu, 21 Sep 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP][NFC]Improve compile time by storing all nodes for the given
scalar.
No need to scan the whole graph when trying to find matching node for
the scalar, vectorized in several nodes, better to store corresponding
nodes along and scan just this small list.
More information about the All-commits
mailing list