[all-commits] [llvm/llvm-project] 79dd9b: [LV] Add support for linear arguments for vector f...
Graham Hunter via All-commits
all-commits at lists.llvm.org
Tue Dec 5 05:51:05 PST 2023
Branch: refs/heads/users/huntergr-arm/linear-args-for-vector-variants
Home: https://github.com/llvm/llvm-project
Commit: 79dd9b74ec3bab7108cc595a94d10222e376bcb1
https://github.com/llvm/llvm-project/commit/79dd9b74ec3bab7108cc595a94d10222e376bcb1
Author: Graham Hunter <graham.hunter at arm.com>
Date: 2023-12-05 (Tue, 05 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