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

Madhur Amilkanthwar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 13 06:25:26 PDT 2021


madhur13490 added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:2338
 
+  DenseSet<const char *> AllowedAAs = {
+      &AAReturnedValues::ID, &AANoUnwind::ID, &AANoSync::ID,
----------------
madhur13490 wrote:
> May I know the rationale behind this list? Is it  result of some empirical analysis?
Is there any plan to allow backends to customize this list?


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