[PATCH] D59881: Initial support for vectorization using MASSV (IBM MASS vector library)

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 22 07:18:23 PDT 2019


nemanjai added a comment.

@pjeeva01 Can you address Jinsong's comments? It would be good to add the negative tests for sure:

- No vectorization with `-mattr=-altivec`
- No vectorization with the nobuiltin attribute
- A couple of calls to functions that MASSV doesn't have a vector equivalent for

Also, it would be good to add a run line for big endian.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59881





More information about the llvm-commits mailing list