[PATCH] D82071: [IR] Convert profile metadata in createCallMatchingInvoke()
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 18 03:46:40 PDT 2020
hans added a comment.
Seems reasonable, but I don't know that much about profile info.. is it actually useful to have "branch_weights" metadata on a call? Isn't it enough that there's profile info on the branch towards the BB that has the call instruction? Or is this data used for something more?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82071/new/
https://reviews.llvm.org/D82071
More information about the llvm-commits
mailing list