[all-commits] [llvm/llvm-project] dc6166: [Analysis] Remove unused declarations visitEHBegin...

kazutakahirata via All-commits all-commits at lists.llvm.org
Mon May 29 12:19:35 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dc61666042443f215f1f144516bc3ac674f5d1c6
      https://github.com/llvm/llvm-project/commit/dc61666042443f215f1f144516bc3ac674f5d1c6
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-05-29 (Mon, 29 May 2023)

  Changed paths:
    M llvm/lib/Analysis/Lint.cpp

  Log Message:
  -----------
  [Analysis] Remove unused declarations visitEHBeginCatch and visitEHEndCatch

The corresponding function definitions were removed by:

  commit 14e773500e036de57ed0ca4af6fddc1f8b6767d8
  Author: Reid Kleckner <rnk at google.com>
  Date:   Fri Oct 9 23:34:53 2015 +0000


  Commit: 638112737efc3580391a645f301e5c349ff9d043
      https://github.com/llvm/llvm-project/commit/638112737efc3580391a645f301e5c349ff9d043
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-05-29 (Mon, 29 May 2023)

  Changed paths:
    M llvm/include/llvm/Analysis/LoopAccessAnalysis.h
    M llvm/lib/Analysis/LoopAccessAnalysis.cpp

  Log Message:
  -----------
  [Analysis] Remove unused function stripIntegerCast

The last use was removed by:

  commit d5b840131223f2ffef4e48ca769ad1eb7bb1869a
  Author: Philip Reames <preames at rivosinc.com>
  Date:   Thu May 11 08:10:49 2023 -0700


Compare: https://github.com/llvm/llvm-project/compare/5f2e98051db1...638112737efc


More information about the All-commits mailing list