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

Jeeva P. via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 8 12:40:19 PDT 2019


pjeeva01 updated this revision to Diff 194193.
pjeeva01 added a comment.

Updated the patch assuming a base that has D60211 <https://reviews.llvm.org/D60211> incorporated.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59881

Files:
  clang/include/clang/Basic/CodeGenOptions.h
  clang/include/clang/Driver/Options.td
  clang/lib/CodeGen/BackendUtil.cpp
  clang/lib/Frontend/CompilerInvocation.cpp
  clang/test/Driver/autocomplete.c
  clang/test/Driver/fveclib.c
  llvm/include/llvm/Analysis/TargetLibraryInfo.h
  llvm/include/llvm/Analysis/VecFuncs.def
  llvm/lib/Analysis/TargetLibraryInfo.cpp
  llvm/test/Transforms/LoopVectorize/PowerPC/massv-calls.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59881.194193.patch
Type: text/x-patch
Size: 52777 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190408/03db8839/attachment.bin>


More information about the llvm-commits mailing list