llvm-6502/lib/Transforms
Arnold Schwaighofer 4e7b015a4a Revert "LoopVectorizer: Only allow vectorization of intrinsics."
Revert 191122 - with extra checks we are allowed to vectorize math library
function calls.

Standard library indentifiers are reserved names so functions with external
linkage must not overrided them. However, functions with internal linkage can.

Therefore, we can vectorize calls to math library functions with a check for
external linkage and matching signature. This matches what we do during
SelectionDAG building.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191206 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-23 14:54:39 +00:00
..
Hello
InstCombine InstCombine: Remove unused argument. No functionality change. 2013-09-20 22:12:42 +00:00
Instrumentation
IPO Provide basic type safety for array_pod_sort comparators. 2013-09-22 14:09:50 +00:00
ObjCARC
Scalar Drop spurious handle in comment. 2013-09-22 11:24:58 +00:00
Utils Provide basic type safety for array_pod_sort comparators. 2013-09-22 14:09:50 +00:00
Vectorize Revert "LoopVectorizer: Only allow vectorization of intrinsics." 2013-09-23 14:54:39 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile