[PATCH] D80618: Extend InvokeInst !prof branch_weights metadata to unwind branches
Yevgeny Rouban via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 27 23:24:56 PDT 2020
yrouban marked an inline comment as done.
yrouban added inline comments.
================
Comment at: llvm/lib/IR/Instruction.cpp:779
+ setMetadata(LLVMContext::MD_prof, ProfileData);
}
----------------
return true;
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80618/new/
https://reviews.llvm.org/D80618
More information about the llvm-commits
mailing list