[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:31:32 PDT 2023


arsenm added inline comments.


================
Comment at: llvm/lib/Passes/PassRegistry.def:45
 MODULE_PASS("attributor", AttributorPass())
+MODULE_PASS("light-attributor", LightweightAttributorPass())
 MODULE_PASS("annotation2metadata", Annotation2MetadataPass())
----------------
I think attributor-light would be better name so they sort together 


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