[all-commits] [llvm/llvm-project] c5794f: [Attributor][PM] Introduce `-attributor-enable={no...

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Tue Apr 21 13:24:21 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c5794f77eb4a863f1b540222a82e6476f8892767
      https://github.com/llvm/llvm-project/commit/c5794f77eb4a863f1b540222a82e6476f8892767
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2020-04-21 (Tue, 21 Apr 2020)

  Changed paths:
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp

  Log Message:
  -----------
  [Attributor][PM] Introduce `-attributor-enable={none,cgscc,module,all}`

The old command line option `-attributor-disable` was too coarse grained
as we want to measure the effects of the module or cgscc pass without
the other as well.

Since `none` is the default there is no real functional change.

Reviewed By: lebedev.ri

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




More information about the All-commits mailing list