[PATCH] D156389: [BOLT] Add support for instrumenting conditional tail calls

Maksim Panchenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 13:05:47 PDT 2023


maksfb added a comment.

Thanks for the quick fix. Can we use instruction annotations instead of `IsCondTailCall` basic block property for the conditional tail call identification?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156389



More information about the llvm-commits mailing list