[all-commits] [llvm/llvm-project] 90c013: [mlir] Shrink-wrap anonymous namespaces around the...

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Thu Jan 23 02:50:36 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 90c01357b8171e6131fbb904f4c7ebfabd7ede04
      https://github.com/llvm/llvm-project/commit/90c01357b8171e6131fbb904f4c7ebfabd7ede04
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M mlir/lib/Conversion/LinalgToLLVM/LinalgToLLVM.cpp
    M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
    M mlir/lib/Dialect/Linalg/Transforms/LinalgToLoops.cpp

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list