[PATCH] D69596: [Attributor] Add the Attributor to the new PM pipeline

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 13 02:02:52 PST 2019


fedor.sergeev added a comment.

So, this enables Attributor pass, but in fact has all its functionality disabled unless -attributor-disable is set to false.
Is there any testing that does enable attributor?
If yes, then I would like to see this testing being run with new pass manager as well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69596





More information about the llvm-commits mailing list