[all-commits] [llvm/llvm-project] 7e67a9: [SLP][NFC] Remove Limit from tryToVectorizeSequenc...
vptest1 via All-commits
all-commits at lists.llvm.org
Fri Apr 14 15:00:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e67a9473dbd44a468df7e819c13ede4b55d7f45
https://github.com/llvm/llvm-project/commit/7e67a9473dbd44a468df7e819c13ede4b55d7f45
Author: Vasileios Porpodas <vporpodas at google.com>
Date: 2023-04-14 (Fri, 14 Apr 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP][NFC] Remove Limit from tryToVectorizeSequence() arguments.
Limit turns out to be implemented in the exact same way for all calls to
tryToVectorizeSequence(). So this patch removes it and implements it internally
as a lambda function.
Differential Revision: https://reviews.llvm.org/D148382
More information about the All-commits
mailing list