This is an archive of the discontinued LLVM Phabricator instance.

[Attributor] Restrict AA manifest to selected functions.
Needs ReviewPublic

Authored by kuter on Aug 17 2020, 8:13 AM.

Details

Summary

This patch restricts AA manifest to functions that are selected.
This is to prevent possible issues with the CGSCC pass.

Diff Detail