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
Sean Silva 35541ce165 Attempt to define friend function more portably.
Patch written by Reid. I verified it locally with clang.

llvm-svn: 272875
2016-06-16 07:00:19 +00:00
..
BBVectorize.cpp [BBVectorize] Don't vectorize selects with a scalar condition and vector operands. 2016-05-26 18:43:57 +00:00
CMakeLists.txt
LLVMBuild.txt
LoopVectorize.cpp [LV] Make the new getter return a const reference. NFC 2016-06-15 22:58:27 +00:00
SLPVectorizer.cpp Attempt to define friend function more portably. 2016-06-16 07:00:19 +00:00
Vectorize.cpp