[all-commits] [llvm/llvm-project] 7ec05f: [LegacyPM] Remove cl::opts controlling optimizatio...

aeubanks via All-commits all-commits at lists.llvm.org
Mon Nov 14 09:25:53 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7ec05fec7115a910b2e172de794adc462388c25e
      https://github.com/llvm/llvm-project/commit/7ec05fec7115a910b2e172de794adc462388c25e
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2022-11-14 (Mon, 14 Nov 2022)

  Changed paths:
    M llvm/lib/Passes/PassBuilderPipelines.cpp
    M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp

  Log Message:
  -----------
  [LegacyPM] Remove cl::opts controlling optimization pass manager passes

Move these to the new PM if they're used there.

Part of removing the legacy pass manager for optimization pipeline.

Reviewed By: MaskRay

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




More information about the All-commits mailing list