[all-commits] [llvm/llvm-project] d0d38d: [LoopVectorizer] Change types of lists from pointe...
David Green via All-commits
all-commits at lists.llvm.org
Mon Mar 2 07:04:57 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d0d38df0914fad4d128b178dd26e11bb035e83ae
https://github.com/llvm/llvm-project/commit/d0d38df0914fad4d128b178dd26e11bb035e83ae
Author: David Green <david.green at arm.com>
Date: 2020-03-02 (Mon, 02 Mar 2020)
Changed paths:
M llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
M llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.h
M llvm/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp
Log Message:
-----------
[LoopVectorizer] Change types of lists from pointers to references. NFC
getReductionVars, getInductionVars and getFirstOrderRecurrences were all
being returned from LoopVectorizationLegality as pointers to lists. This
just changes them to be references, cleaning up the interface slightly.
Differential Revision: https://reviews.llvm.org/D75448
More information about the All-commits
mailing list