[PATCH] D82550: [SLPVectorizer] handle vectorized lib functions

Sanne Wouda via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 10 08:34:21 PDT 2020


sanwou01 updated this revision to Diff 277055.
sanwou01 marked 3 inline comments as done.
sanwou01 added a comment.

Updates to address feedback, in particular:

- use `readonly` attribute to determine memory dependencies between call instructions, and update tests accordingly

- add a standalone test that does not rely on -vector-library


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82550/new/

https://reviews.llvm.org/D82550

Files:
  llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
  llvm/test/Transforms/SLPVectorizer/AArch64/accelerate-vector-functions.ll
  llvm/test/Transforms/SLPVectorizer/vectorizable-functions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82550.277055.patch
Type: text/x-patch
Size: 33890 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200710/0b8a62a7/attachment.bin>


More information about the llvm-commits mailing list