[all-commits] [llvm/llvm-project] cfd0f4: [SLP][NFC]Make collectValuesToDemote member of BoU...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Fri Nov 17 08:05:31 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cfd0f41f4effb5d31654dcb28c1a577c152ee23b
https://github.com/llvm/llvm-project/commit/cfd0f41f4effb5d31654dcb28c1a577c152ee23b
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2023-11-17 (Fri, 17 Nov 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP][NFC]Make collectValuesToDemote member of BoUpSLP to avoid using
Expr container, NFC.
Saves the memory and may improve compile time.
More information about the All-commits
mailing list