[all-commits] [llvm/llvm-project] 7a83aa: [NewPM] Add OptimizationLevel param to registerPip...

aeubanks via All-commits all-commits at lists.llvm.org
Wed Nov 4 12:53:50 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a83aa0520d24ee5285a9c60b97b57a1db1d65e8
      https://github.com/llvm/llvm-project/commit/7a83aa0520d24ee5285a9c60b97b57a1db1d65e8
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2020-11-04 (Wed, 04 Nov 2020)

  Changed paths:
    M llvm/include/llvm/Passes/PassBuilder.h
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Target/BPF/BPFTargetMachine.cpp
    M llvm/tools/opt/NewPMDriver.cpp

  Log Message:
  -----------
  [NewPM] Add OptimizationLevel param to registerPipelineStartEPCallback

This allows targets to skip optional optimization passes at -O0.

Reviewed By: ychen

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




More information about the All-commits mailing list