Move the specializations of VectorTransferRewriter::matchAndRewrite back into the...
authorRiver Riddle <riverriddle@google.com>
Wed, 18 Dec 2019 19:43:58 +0000 (11:43 -0800)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Wed, 18 Dec 2019 19:53:57 +0000 (11:53 -0800)
commit7b3adda8f4f16cce0d7e4675b559620a7f68e57c
treefc2bf0a66d3ced5e92bc32d36510e01eb01c8c3e
parent6054610bbe0fcec5b9c71fded7c342b7bcaf3513
Move the specializations of VectorTransferRewriter::matchAndRewrite back into the anonymous namespace.

This appeases the GCC bug related to specializations in a different namespace.

PiperOrigin-RevId: 286234667
mlir/lib/Conversion/VectorToLoops/ConvertVectorToLoops.cpp