[all-commits] [llvm/llvm-project] 52df67: [SLP][NFC]Make collectValuesToDemote member of BoU...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Fri Nov 17 13:48:21 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52df67ba76a03ad33132d1d4f4202d5a2313a3cd
https://github.com/llvm/llvm-project/commit/52df67ba76a03ad33132d1d4f4202d5a2313a3cd
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