[PATCH] D141190: [CallGraph][FIX] Ensure generic intrinsics are represented in the CG

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 11:33:56 PST 2023


jdoerfert added a comment.

In D141190#4040628 <https://reviews.llvm.org/D141190#4040628>, @aeubanks wrote:

> we should really replace all the remaining (only 4 passes AFAICT) uses of this old CallGraph in favor of LazyCallGraph

That would be great. We'll have a proper GVN test for the problem this is solving by then :)


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

https://reviews.llvm.org/D141190



More information about the llvm-commits mailing list