diff options
author | Lang Hames <lhames@gmail.com> | 2018-07-30 21:08:06 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2018-07-30 21:08:06 +0000 |
commit | 7361996f15b0e33318e54ce82fb9936cfbcbf51f (patch) | |
tree | 3359d2987216006bb66e6f16843a5d377d995ff9 /llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | |
parent | 42d312bb83c06a1fdd74b3a2e027cfd529fa0460 (diff) | |
download | bcm5719-llvm-7361996f15b0e33318e54ce82fb9936cfbcbf51f.tar.gz bcm5719-llvm-7361996f15b0e33318e54ce82fb9936cfbcbf51f.zip |
[ORC] Add SerializationTraits for std::set and std::map.
Also, make SerializationTraits for pairs forward the actual pair
template type arguments to the underlying serializer. This allows, for example,
std::pair<StringRef, bool> to be passed as an argument to an RPC call expecting
a std::pair<std::string, bool>, since there is an underlying serializer from
StringRef to std::string that can be used.
llvm-svn: 338305
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/LoopVectorize.cpp')
0 files changed, 0 insertions, 0 deletions