[PATCH] D89080: [SCCP] Reduce the number of times ResolvedUndefsIn is called for large modules.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 9 12:26:32 PDT 2020


fhahn added a comment.

This looks reasonable to me and IIUC this mostly restores the original behaviour. LGTM.

Out of curiosity, do you think keeping track of which functions may contain undef states may help with compile-time in your case? E.g. like in D74535 <https://reviews.llvm.org/D74535>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89080



More information about the llvm-commits mailing list