[PATCH] D39339: [CallGraph] Refine call graph for indirect calls with !callees metadata

Mark Lacey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 22 10:43:19 PDT 2019


rudkx added a comment.

@mssimpso Is this something you're still interested in pushing forward?

I was just looking at how we could use callee metadata to improve code, and was going to implement a patch like this to update the call graph so that we had more accurate bottom-up code generation, and then started poking around and found this patch.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D39339





More information about the llvm-commits mailing list