[all-commits] [llvm/llvm-project] e2cd08: Recommit "[SCCP] Remove legacy SCCP pass."

Florian Hahn via All-commits all-commits at lists.llvm.org
Fri Feb 24 04:48:04 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e2cd0851faaba39cc04c3059df25d22a02b1e682
      https://github.com/llvm/llvm-project/commit/e2cd0851faaba39cc04c3059df25d22a02b1e682
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2023-02-24 (Fri, 24 Feb 2023)

  Changed paths:
    M llvm/bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.mli
    M llvm/bindings/ocaml/transforms/scalar_opts/scalar_opts_ocaml.c
    M llvm/include/llvm-c/Transforms/Scalar.h
    M llvm/include/llvm/LinkAllPasses.h
    M llvm/include/llvm/Transforms/Scalar.h
    M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
    M llvm/lib/Transforms/Scalar/SCCP.cpp
    M llvm/lib/Transforms/Scalar/Scalar.cpp

  Log Message:
  -----------
  Recommit "[SCCP] Remove legacy SCCP pass."

This reverts commit a9a1950115d7db95c7439128b14af2cefe8f796d.

The legacy PM uses in Polly have been removed, so recommit the patch.

Original message:
    This is part of the optimization pipeline, of which the legacy pass manager version is deprecated.

    Reviewed By: aeubanks

    Differential Revision: https://reviews.llvm.org/D144201




More information about the All-commits mailing list