[PATCH] D133121: [PGO] Annotate branch_weight for invoke instruction

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 1 16:39:17 PDT 2022


wenlei added a comment.

Why is invoke unique here? Can regular call never have both VP and branch weights? Ideally we'd avoid special case for a narrow type of instruction.


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

https://reviews.llvm.org/D133121



More information about the llvm-commits mailing list