[Attributor] Introduce limit for indirect call specialization
The user can now limit the number of indirect calls specialized for a given call site with `-attributor-max-specializations-per-call-base=N` or the AttributorConfig callback. We further attach the `!callee` metadata if all remaining callees are known.
Loading
Please sign in to comment