[PATCH] D105909: [clang][CallGraphSection] Add type id metadata to indirect call and targets
Necip Fazil Yildiran via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 16 11:51:54 PDT 2021
necipfazil added a comment.
In D105909#2878378 <https://reviews.llvm.org/D105909#2878378>, @morehouse wrote:
> Also, have you looked into operand bundles <https://llvm.org/docs/LangRef.html#opbundles> instead of metadata? I don't know much about them, but they might help with the optimizations-dropping-metadata problem.
Latest changes switches to using operand bundles instead of metadata. Besides solving the optimizations-dropping-metadata problem, it simplified the code as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105909/new/
https://reviews.llvm.org/D105909
More information about the llvm-commits
mailing list