[PATCH] D88154: Initial support for vectorization using Libmvec (GLIBC vector math library).
Venkataramanan Kumar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 20 00:18:31 PDT 2020
venkataramanan.kumar.llvm updated this revision to Diff 299278.
venkataramanan.kumar.llvm added a comment.
Herald added a subscriber: dexonsmith.
Added a test case for testing vector library calls for VF=2 and VF=8.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88154/new/
https://reviews.llvm.org/D88154
Files:
clang/include/clang/Basic/CodeGenOptions.def
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/CodeGen/X86/cpus-other.null
llvm/test/Transforms/LoopVectorize/X86/libm-vector-calls-VF2-VF8.ll
llvm/test/Transforms/LoopVectorize/X86/libm-vector-calls-finite.ll
llvm/test/Transforms/LoopVectorize/X86/libm-vector-calls.ll
llvm/test/Transforms/Util/add-TLI-mappings.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88154.299278.patch
Type: text/x-patch
Size: 45805 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201020/956af090/attachment-0001.bin>
More information about the cfe-commits
mailing list