[PATCH] D100339: [Attributor] Run lightweight version of the Attributor by default.

Stefan Stipanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 13 08:31:23 PDT 2021


sstefan1 added a comment.

In D100339#2685909 <https://reviews.llvm.org/D100339#2685909>, @jdoerfert wrote:

> Isn't the PassManagerBuilder part of this patch missing to actually enable the lightweight Attributor by default?

I thought we should flip the switch in a separate patch. We would only need to make `-enable-attributor=all` (or some other configuration) the default.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100339/new/

https://reviews.llvm.org/D100339



More information about the llvm-commits mailing list