[all-commits] [llvm/llvm-project] c20a9b: Allow configuring InlinerThreshold in C bindings f...

Dmitrii Dolgov via All-commits all-commits at lists.llvm.org
Thu Jun 1 13:02:45 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c20a9bb001855da5d14721ce2894e3be77a999fe
      https://github.com/llvm/llvm-project/commit/c20a9bb001855da5d14721ce2894e3be77a999fe
  Author: Dmitry Dolgov <9erthalion6 at gmail.com>
  Date:   2023-06-01 (Thu, 01 Jun 2023)

  Changed paths:
    M llvm/include/llvm-c/Transforms/PassBuilder.h
    M llvm/lib/Passes/PassBuilderBindings.cpp

  Log Message:
  -----------
  Allow configuring InlinerThreshold in C bindings for the new pass manager

C bindings for the new pass manager seem to allow to set any option from LLVMPassBuilderOptions, except InlinerThreshold. Allow to configure it as well.

Reviewed By: aeubanks

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




More information about the All-commits mailing list