[Attributor][FIX] Ensure not to run new queries during manifest
If we modified the IR during manifest, e.g., SPMDzation, we might end up with un-cached reachability queries. This is not good as the result is going to be optimistic. We now cache the updateImpl result and use it during manifest. Bug was exposed in a follow up extension.
Loading
Please sign in to comment