[PATCH] D86635: [Attributor] Add getter of abstract attributes for the manifestation stage

Kuter Dinel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 26 11:17:37 PDT 2020


kuter added a comment.

I think rather than creating a new api function,  it would be more robust if we had a flag as member of the attributor.
It would be similar to `SeedingPeriod` flag that I have added.

Simply we would make it true in the `Attributor::manifestAttributes` function and then we would have a assertion in `Attributor::updateAA`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86635/new/

https://reviews.llvm.org/D86635



More information about the llvm-commits mailing list