[all-commits] [llvm/llvm-project] 443a71: [Transforms] Remove unused declaration createAssum...

kazutakahirata via All-commits all-commits at lists.llvm.org
Sat Jun 10 10:41:03 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 443a719728c36c67b560b95530abee0a6604c316
      https://github.com/llvm/llvm-project/commit/443a719728c36c67b560b95530abee0a6604c316
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-06-10 (Sat, 10 Jun 2023)

  Changed paths:
    M llvm/include/llvm/Transforms/Utils/AssumeBundleBuilder.h

  Log Message:
  -----------
  [Transforms] Remove unused declaration createAssumeSimplifyPass

The corresponding function definition was removed by:

  commit 7be8341f19bfd9baf979ecadef22d1bcaa47b54e
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   Tue Apr 25 14:34:24 2023 -0700


  Commit: 0e7cfa59ebe9d87029ebf75bb4a05316dd3c3d63
      https://github.com/llvm/llvm-project/commit/0e7cfa59ebe9d87029ebf75bb4a05316dd3c3d63
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-06-10 (Sat, 10 Jun 2023)

  Changed paths:
    M clang/test/CodeGen/pgo-sample-thinlto-summary.c

  Log Message:
  -----------
  [CodeGen] Remove mentions of OLDPM

We stopped testing with -check-prefix=SAMPLEPGO-OLDPM and
-check-prefix=THINLTO-OLDPM as of:

  commit 8a7a28075b7fa70d56b131c10a4d1add777d5830
  Author: Thomas Preud'homme <thomasp at graphcore.ai>
  Date:   Fri Sep 17 10:23:40 2021 +0100


Compare: https://github.com/llvm/llvm-project/compare/bb4d5833e564...0e7cfa59ebe9


More information about the All-commits mailing list