1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 14:33:02 +02:00
llvm-mirror/lib/Transforms/Vectorize
Hal Finkel 45ad90afac Correctly vectorize powi.
The powi intrinsic requires special handling because it always takes a single
integer power regardless of the result type. As a result, we can vectorize
only if the powers are equal. Fixes PR12364.

llvm-svn: 153797
2012-03-31 03:38:40 +00:00
..
BBVectorize.cpp Correctly vectorize powi. 2012-03-31 03:38:40 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile
Vectorize.cpp