[all-commits] [llvm/llvm-project] 662efd: [SLP][NFC]Improve handling of MinBWs container, NFC.
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Mon Jul 31 07:29:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 662efdee9b2d4e48562e205a58909a2bcfe1da75
https://github.com/llvm/llvm-project/commit/662efdee9b2d4e48562e205a58909a2bcfe1da75
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2023-07-31 (Mon, 31 Jul 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP][NFC]Improve handling of MinBWs container, NFC.
Replaced by DenseMap instead of MapVector(the order is not important,
just lookup is used) + reduced number of lookups.
More information about the All-commits
mailing list