[all-commits] [llvm/llvm-project] 0cc0f4: [LV] Add support for linear arguments for vector f...
Graham Hunter via All-commits
all-commits at lists.llvm.org
Thu Nov 30 06:04:03 PST 2023
Branch: refs/heads/users/huntergr-arm/linear-args-for-vector-variants
Home: https://github.com/llvm/llvm-project
Commit: 0cc0f46e6626d73b3a7cc107ddb128ec060ea0ea
https://github.com/llvm/llvm-project/commit/0cc0f46e6626d73b3a7cc107ddb128ec060ea0ea
Author: Graham Hunter <graham.hunter at arm.com>
Date: 2023-11-30 (Thu, 30 Nov 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/test/Transforms/LoopVectorize/AArch64/vector-call-linear-args.ll
Log Message:
-----------
[LV] Add support for linear arguments for vector function variants
If we have vectorized variants of a function which take linear
parameters, we should be able to vectorize assuming the strides
match.
More information about the All-commits
mailing list