This is an archive of the discontinued LLVM Phabricator instance.

SVFS implementation according to RFC: Interface user provided vector functions with the vectorizer.
AbandonedPublic

Authored by fpetrogalli on Aug 9 2019, 12:46 PM.

Details

Summary

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]

Diff Detail

Repository
rL LLVM

Event Timeline

aranisumedh created this revision.Aug 9 2019, 12:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 9 2019, 12:46 PM

Made changes to review suggested in the patch for Vector Function ABI Name Demangling patch.
[https://reviews.llvm.org/D66024].

fpetrogalli commandeered this revision.Sep 9 2019, 2:04 PM
fpetrogalli added a reviewer: aranisumedh.

As with https://reviews.llvm.org/D66024, I am picking up this work from @aranisumedh (thank you!).

fpetrogalli abandoned this revision.Jan 17 2023, 12:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 17 2023, 12:43 AM