[PATCH] D66025: SVFS implementation according to RFC: Interface user provided vector functions with the vectorizer.

Sumedh Arani via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 9 12:48:18 PDT 2019


aranisumedh created this revision.
aranisumedh added reviewers: simoll, jdoerfert, sdesmalen.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch implements the  SVFS implementation according to RFC. Builds on top of Vector Function ABI name demangling patch. [https://reviews.llvm.org/D66024].

RFC: Interface user provided vector functions with the vectorizer.
[http://lists.llvm.org/pipermail/llvm-dev/2019-June/133484.html]

This patch also contains changes as suggested in the previous review. This new patch has been broken down from the earlier patch as suggested.
[https://reviews.llvm.org/D64095]


Repository:
  rL LLVM

https://reviews.llvm.org/D66025

Files:
  llvm/include/llvm/Analysis/SearchVectorFunctionSystem.h
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/LinkAllPasses.h
  llvm/lib/Analysis/Analysis.cpp
  llvm/lib/Analysis/SearchVectorFunctionSystem.cpp
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/unittests/Analysis/SearchVectorFunctionSystemTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66025.214424.patch
Type: text/x-patch
Size: 24936 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190809/33c22ae0/attachment-0001.bin>


More information about the llvm-commits mailing list