[all-commits] [llvm/llvm-project] 104b7c: [LV] Add support for uniform parameters on vectori...
Graham Hunter via All-commits
all-commits at lists.llvm.org
Tue Nov 28 07:01:47 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 104b7c624ed54865ea2caf5180ccc8824bddec4b
https://github.com/llvm/llvm-project/commit/104b7c624ed54865ea2caf5180ccc8824bddec4b
Author: Graham Hunter <graham.hunter at arm.com>
Date: 2023-11-28 (Tue, 28 Nov 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/test/Transforms/LoopVectorize/AArch64/uniform-args-call-variants.ll
M llvm/test/Transforms/LoopVectorize/uniform-args-call-variants.ll
Log Message:
-----------
[LV] Add support for uniform parameters on vectorized function variants (#72891)
Parameters marked as uniform take a scalar value, assuming the value is
invariant in the scalar loop.
More information about the All-commits
mailing list