[all-commits] [llvm/llvm-project] d29562: [IR] Drop unnecessary const from return types (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Thu Feb 4 21:18:44 PST 2021


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

  Changed paths:
    M llvm/include/llvm/IR/DiagnosticInfo.h
    M llvm/lib/IR/DiagnosticInfo.cpp

  Log Message:
  -----------
  [IR] Drop unnecessary const from return types (NFC)

Identified with const-return-type.


  Commit: 5438e079b118e88ab44ea099d3374f8ab8c76ec2
      https://github.com/llvm/llvm-project/commit/5438e079b118e88ab44ea099d3374f8ab8c76ec2
  Author: Kazu Hirata <kazu at google.com>
  Date:   2021-02-04 (Thu, 04 Feb 2021)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/RegisterBank.cpp

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


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

  Changed paths:
    M llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
    M llvm/lib/Transforms/Scalar/GVN.cpp
    M llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
    M llvm/lib/Transforms/Scalar/MergeICmps.cpp
    M llvm/lib/Transforms/Scalar/NaryReassociate.cpp
    M llvm/lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
    M llvm/lib/Transforms/Scalar/StructurizeCFG.cpp

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


Compare: https://github.com/llvm/llvm-project/compare/50e4e385a4be...fb74e1e78a27


More information about the All-commits mailing list