[mlir] Shrink-wrap anonymous namespaces around the classes it's supposed to enclose...
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 23 Jan 2020 10:46:10 +0000 (11:46 +0100)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 23 Jan 2020 10:47:20 +0000 (11:47 +0100)
commit90c01357b8171e6131fbb904f4c7ebfabd7ede04
tree60d4560dd9ab3658ad744229140a097c11c769dc
parent04fd20415612f02c4b09da526f19d24e6fe18e7e
[mlir] Shrink-wrap anonymous namespaces around the classes it's supposed to enclose. NFC.

The coding standards prefer smaller anonymous namespaces with free
functions just being static and in the global namespace.
mlir/lib/Conversion/LinalgToLLVM/LinalgToLLVM.cpp
mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
mlir/lib/Dialect/Linalg/Transforms/LinalgToLoops.cpp