[all-commits] [llvm/llvm-project] 12fda3: [SLP][NFC]Unify add() member function in CostEstim...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Thu Sep 21 08:02:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 12fda304ccf3e853e90708567f87d12c56ef4aa3
https://github.com/llvm/llvm-project/commit/12fda304ccf3e853e90708567f87d12c56ef4aa3
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]Unify add() member function in CostEstimator, NFC.
Make add() function smart enough to understand that the shuffle of
a single entry is requested, if it sees that the second node is the same
as the first.
More information about the All-commits
mailing list