[all-commits] [llvm/llvm-project] d0d5ef: [LV] Add support for linear arguments for vector f...
Graham Hunter via All-commits
all-commits at lists.llvm.org
Fri Dec 8 02:24:19 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d0d5ef8133a169b23359da5b1e77475dd33b370b
https://github.com/llvm/llvm-project/commit/d0d5ef8133a169b23359da5b1e77475dd33b370b
Author: Graham Hunter <graham.hunter at arm.com>
Date: 2023-12-08 (Fri, 08 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 (#73941)
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