[PATCH] D78861: [Attributor] [WIP] Track AA dependency using dependency graph

Luofan Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 8 18:50:30 PDT 2020


bbn added a comment.

> Hi I found out why. Your are dumping attributes after IR cleanup. IR Cleanup deletes the IR values that are no longer needed.  
>  But they are still referenced by the Attributes.
> 
> if you look at D81022 <https://reviews.llvm.org/D81022>, which will be merged soon.
>  The dump should happen after `::runTillFixpoint().

Thanks for the help! I will rebase my patch after this patch is merged.


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

https://reviews.llvm.org/D78861





More information about the llvm-commits mailing list