[PATCH] D78987: [BPI][NFC] Reuse post dominantor tree from analysis manager when available

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 7 13:35:49 PDT 2020


asbirlea added a comment.

Hi Serguei, Evgheniy,

Thank you for the explanations!
You're right, I missed the fact that the PDT was already built unconditionally before. Please disregard the previous comments. The change is actually a big improvement in logistic, as the analysis is retrieved through the analysis manager when it's already cached.

Thanks,
Alina


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78987





More information about the llvm-commits mailing list