[PATCH] D152081: [Attributor] Add lightweight version for attribute deduction only. (WIP)

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 4 09:42:16 PDT 2023


arsenm added inline comments.


================
Comment at: llvm/include/llvm/Transforms/IPO/Attributor.h:3277
 
+struct LightweightAttributorPass
+    : public PassInfoMixin<LightweightAttributorPass> {
----------------
Document how the light one differs from the full 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152081



More information about the llvm-commits mailing list