[all-commits] [llvm/llvm-project] 63846a: [mlir] Remove unused "using" (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Sat Jan 1 09:14:47 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 63846a634d4a92ba256385d9bc96905f8c12f10e
      https://github.com/llvm/llvm-project/commit/63846a634d4a92ba256385d9bc96905f8c12f10e
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-01-01 (Sat, 01 Jan 2022)

  Changed paths:
    M mlir/lib/Analysis/AffineAnalysis.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Fusion.cpp
    M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
    M mlir/lib/IR/MLIRContext.cpp
    M mlir/lib/Parser/AffineParser.cpp
    M mlir/lib/Parser/Lexer.cpp
    M mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-yaml-gen.cpp
    M mlir/tools/mlir-tblgen/DirectiveCommonGen.cpp
    M mlir/tools/mlir-tblgen/SPIRVUtilsGen.cpp

  Log Message:
  -----------
  [mlir] Remove unused "using" (NFC)

Identified by misc-unused-using-decls.


  Commit: 491b4e1faaaffbf966f94ed61aba338988f4f3cc
      https://github.com/llvm/llvm-project/commit/491b4e1faaaffbf966f94ed61aba338988f4f3cc
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-01-01 (Sat, 01 Jan 2022)

  Changed paths:
    M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp

  Log Message:
  -----------
  [IR] Remove redundant return statements (NFC)

Identified by readability-redundant-control-flow.


  Commit: 683e6ee7d04f01e068b5d17b54ac2395fb6bf554
      https://github.com/llvm/llvm-project/commit/683e6ee7d04f01e068b5d17b54ac2395fb6bf554
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-01-01 (Sat, 01 Jan 2022)

  Changed paths:
    M clang/lib/CodeGen/CodeGenModule.h

  Log Message:
  -----------
  [CodeGen] Remove redundant string initialization (NFC)

Identified with readability-redundant-string-init.


  Commit: f1d562952ed4f0bf3d34691a948d0faa93083cde
      https://github.com/llvm/llvm-project/commit/f1d562952ed4f0bf3d34691a948d0faa93083cde
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-01-01 (Sat, 01 Jan 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp

  Log Message:
  -----------
  [Aarch64] Remove redundant declaration initializeSVEIntrinsicOptsPass (NFC)

The function is declared in AArch64.h.

Identified with readability-redundant-declaration.


Compare: https://github.com/llvm/llvm-project/compare/24d240558811...f1d562952ed4


More information about the All-commits mailing list