[all-commits] [llvm/llvm-project] 0aac9a: [llvm-c] Remove PassManagerBuilder APIs

Nikita Popov via All-commits all-commits at lists.llvm.org
Thu Mar 9 00:59:49 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0aac9a2875bad4f065367e4a6553fad78605f895
      https://github.com/llvm/llvm-project/commit/0aac9a2875bad4f065367e4a6553fad78605f895
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-03-09 (Thu, 09 Mar 2023)

  Changed paths:
    M llvm/docs/ReleaseNotes.rst
    R llvm/include/llvm-c/Transforms/PassManagerBuilder.h
    M llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h
    M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
    M llvm/tools/llvm-c-test/include-all.c

  Log Message:
  -----------
  [llvm-c] Remove PassManagerBuilder APIs

The legacy PM is only supported for codegen, and PassManagerBuilder
is exclusively about the middle-end optimization pipeline. Drop it.

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




More information about the All-commits mailing list