[all-commits] [llvm/llvm-project] 447da9: [SLP][NFC]Use DenseSet instead of SetVector, NFC.
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Tue Nov 28 11:28:10 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 447da954c7dc3175ef3e04da7b2c65cd75c16f92
https://github.com/llvm/llvm-project/commit/447da954c7dc3175ef3e04da7b2c65cd75c16f92
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2023-11-28 (Tue, 28 Nov 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP][NFC]Use DenseSet instead of SetVector, NFC.
For CSEBlocks we can safely use DenseSet, the order should not be
preserved for this container.
More information about the All-commits
mailing list