OSDN Git Service

Initial support for vectorization using svml (short vector math library).
authorMatt Masten <matt.masten@intel.com>
Fri, 29 Jul 2016 16:42:44 +0000 (16:42 +0000)
committerMatt Masten <matt.masten@intel.com>
Fri, 29 Jul 2016 16:42:44 +0000 (16:42 +0000)
commitbbbcccbfc407c05c985254dd996631ff7ee9382f
tree22ad470d8da455778cdd54eb6c6ad7060f0c0944
parent8ad8fd6e933db15903455de66334cbd34c4a9c7e
Initial support for vectorization using svml (short vector math library).

Differential Revision: https://reviews.llvm.org/D19544

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277166 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/TargetLibraryInfo.h
lib/Analysis/TargetLibraryInfo.cpp
test/Transforms/LoopVectorize/X86/svml-calls.ll [new file with mode: 0644]