[all-commits] [llvm/llvm-project] 75c752: [Vectorize] Remove unused declaration requiresTooM...

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


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

  Changed paths:
    M llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h

  Log Message:
  -----------
  [Vectorize] Remove unused declaration requiresTooManyRuntimeChecks

The corresponding function definition was removed by:

  commit 644a965c1efef68f22d9495e4cefbb599c214788
  Author: Florian Hahn <flo at fhahn.com>
  Date:   Mon Jul 4 15:10:48 2022 +0100


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

  Changed paths:
    M llvm/tools/bugpoint/BugDriver.h

  Log Message:
  -----------
  [bugpoint] Remove unused declaration debugPassMiscompilation

The declaration seems to have been unused for at least 15 years.


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

  Changed paths:
    M llvm/lib/Transforms/Coroutines/CoroInternal.h

  Log Message:
  -----------
  [Coroutines] Remove unused variable AsyncFuncTy

The last use was removed by:

  commit e760ec2a01fba0d90e2fea33cf99b75baa2c2a1c
  Author: Arnold Schwaighofer <aschwaighofer at apple.com>
  Date:   Thu Feb 11 08:25:31 2021 -0800


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


More information about the All-commits mailing list