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