[all-commits] [llvm/llvm-project] 7b9f6c: [SelectionDAG] Drop unnecessary const from a retur...

kazutakahirata via All-commits all-commits at lists.llvm.org
Sun Feb 7 09:50:19 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7b9f6c2d4283fa378fee0a30d6dcfbb46fd63a07
      https://github.com/llvm/llvm-project/commit/7b9f6c2d4283fa378fee0a30d6dcfbb46fd63a07
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-02-07 (Sun, 07 Feb 2021)

  Changed paths:
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp

  Log Message:
  -----------
  [SelectionDAG] Drop unnecessary const from a return type (NFC)

Identified with const-return-type.


  Commit: 92a6055835e26254429b5c1bfc889ab1bb711d1d
      https://github.com/llvm/llvm-project/commit/92a6055835e26254429b5c1bfc889ab1bb711d1d
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-02-07 (Sun, 07 Feb 2021)

  Changed paths:
    M llvm/utils/TableGen/IntrinsicEmitter.cpp

  Log Message:
  -----------
  [TableGen] Use ListSeparator (NFC)


  Commit: be23012d5a84fefdb6d0a267f9ffb4bafb4804d7
      https://github.com/llvm/llvm-project/commit/be23012d5a84fefdb6d0a267f9ffb4bafb4804d7
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-02-07 (Sun, 07 Feb 2021)

  Changed paths:
    M llvm/lib/Transforms/Utils/CloneFunction.cpp
    M llvm/lib/Transforms/Utils/CloneModule.cpp
    M llvm/lib/Transforms/Utils/CodeExtractor.cpp
    M llvm/lib/Transforms/Utils/FixIrreducible.cpp
    M llvm/lib/Transforms/Utils/Local.cpp
    M llvm/lib/Transforms/Utils/LoopSimplify.cpp
    M llvm/lib/Transforms/Utils/MetaRenamer.cpp
    M llvm/lib/Transforms/Utils/SimplifyCFG.cpp

  Log Message:
  -----------
  [Transforms/Utils] Use range-based for loops (NFC)


Compare: https://github.com/llvm/llvm-project/compare/5229edd66742...be23012d5a84


More information about the All-commits mailing list