[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
Thu May 16 07:12:18 PDT 2019


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

This patch includes following updates:

1. sqrt (f32 and f64) intrinsics are lowered to their vector counterparts; lowering them to massv entries is beyond the scope of this patch. Relevant tests are added to massv-unsupported.ll
2. The test files includes relevant comments to portray their intent.


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-altivec.ll
  llvm/test/Transforms/LoopVectorize/PowerPC/massv-calls.ll
  llvm/test/Transforms/LoopVectorize/PowerPC/massv-nobuiltin.ll
  llvm/test/Transforms/LoopVectorize/PowerPC/massv-unsupported.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59881.199822.patch
Type: text/x-patch
Size: 61418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190516/f8fbf9e4/attachment.bin>


More information about the llvm-commits mailing list