[PATCH] D96356: [SVE][LoopVectorize] Support for vectorization of loops with function calls
Kerry McLaughlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 9 10:31:38 PST 2021
kmclaughlin created this revision.
kmclaughlin added reviewers: sdesmalen, david-arm, dmgreen, fhahn.
Herald added subscribers: psnobl, hiraditya, tschuett.
Herald added a reviewer: efriedma.
kmclaughlin requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changes `getScalarizationOverhead` to return an invalid cost for scalable VFs
and adds some simple tests for loops containing a function for which
there is a vectorized variant available.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D96356
Files:
llvm/lib/Analysis/TargetTransformInfo.cpp
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/test/Transforms/LoopVectorize/AArch64/scalable-call.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96356.322437.patch
Type: text/x-patch
Size: 5630 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210209/207ff2a7/attachment.bin>
More information about the llvm-commits
mailing list