[PATCH] D82071: [IR] Convert profile metadata in createCallMatchingInvoke()
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 19 21:39:36 PDT 2020
reames accepted this revision.
reames added a comment.
This revision is now accepted and ready to land.
LGTM
(Just for reference, the total bit tripped me up at first, but the reasoning is that we're converting to a call, not proving the call no throw. We could still throw out.)
We probably should extend the call metadata to the two argument form to explicitly model the difference between normal and throw out.
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