[all-commits] [llvm/llvm-project] 10bcfe: [mlir] Remove unused using (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Sun Jul 17 18:09:12 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 10bcfeebfad588147f8e2248375f64c91e9dc16f
      https://github.com/llvm/llvm-project/commit/10bcfeebfad588147f8e2248375f64c91e9dc16f
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-17 (Sun, 17 Jul 2022)

  Changed paths:
    M mlir/lib/Dialect/SCF/Transforms/BufferizableOpInterfaceImpl.cpp
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorConversion.cpp

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

Identified with misc-unused-using-decls.


  Commit: 1dc8038dad585dd1b59c18f158441a6066e17375
      https://github.com/llvm/llvm-project/commit/1dc8038dad585dd1b59c18f158441a6066e17375
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-17 (Sun, 17 Jul 2022)

  Changed paths:
    M llvm/lib/Target/AVR/AVRSubtarget.h

  Log Message:
  -----------
  [AVR] Remove redundant void (NFC)

Identified with modernize-redundant-void-arg.


  Commit: 7094ab4ee75771539a4426163345f0746a017006
      https://github.com/llvm/llvm-project/commit/7094ab4ee75771539a4426163345f0746a017006
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-17 (Sun, 17 Jul 2022)

  Changed paths:
    M llvm/lib/Object/WasmObjectFile.cpp
    M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    M llvm/tools/llvm-debuginfod/llvm-debuginfod.cpp

  Log Message:
  -----------
  [llvm] Modernize bool literals (NFC)

Identified with modernize-use-bool-literals.


Compare: https://github.com/llvm/llvm-project/compare/0271ae65a663...7094ab4ee757


More information about the All-commits mailing list