[PATCH] D99550: keeping prof metadata for IndirectBrInst

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 30 10:52:46 PDT 2021


wenlei added a comment.

In D99550#2659341 <https://reviews.llvm.org/D99550#2659341>, @xbolva00 wrote:

> Does llvm docs/langref need to be updated?

prof metadata for indirected branch is supported according to the doc https://llvm.org/docs/BranchWeightMetadata.html, the change fixed an oversight in keeping such metadata. So doc should be good.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99550



More information about the llvm-commits mailing list