[PATCH] D59918: [Attributor] Pass infrastructure and fixpoint framework

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 9 12:59:36 PDT 2019


jdoerfert added a comment.

@fhahn, I could split the `Attributor` and the part that identifies the `AbstractAttributes` in the IR. 
This way the `Attributor` becomes more lightweight, there is less coupling, and its easier to reuse the framework for other `AbstractAttributes`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59918





More information about the llvm-commits mailing list