[all-commits] [llvm/llvm-project] a3f46f: [LV] Add support for linear arguments for vector f...
Graham Hunter via All-commits
all-commits at lists.llvm.org
Fri Dec 1 08:46:19 PST 2023
Branch: refs/heads/users/huntergr-arm/linear-args-for-vector-variants
Home: https://github.com/llvm/llvm-project
Commit: a3f46f46483b2d83a5b38c197caebf7f68af8d56
https://github.com/llvm/llvm-project/commit/a3f46f46483b2d83a5b38c197caebf7f68af8d56
Author: Graham Hunter <graham.hunter at arm.com>
Date: 2023-12-01 (Fri, 01 Dec 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