[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
Thu Feb 11 05:29:00 PST 2021
kmclaughlin updated this revision to Diff 322960.
kmclaughlin marked 2 inline comments as done.
kmclaughlin added a comment.
- Removed unnecessary braces from widenCallInstruction
- Added a test for a loop containing an LLVM intrinsic (@llvm.sin.f64)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96356/new/
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.322960.patch
Type: text/x-patch
Size: 6910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210211/148b51c9/attachment.bin>
More information about the llvm-commits
mailing list