[PATCH] D156389: [BOLT] Add support for instrumenting conditional tail calls
Amir Ayupov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 27 15:25:12 PDT 2023
Amir updated this revision to Diff 544953.
Amir added a comment.
Replace `BB->isCondTailCall` property with `BB->getNumPseudos() == 1` and
`BB->getLastNonPseudo` is a tail call.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156389/new/
https://reviews.llvm.org/D156389
Files:
bolt/include/bolt/Passes/Instrumentation.h
bolt/lib/Passes/Instrumentation.cpp
bolt/test/runtime/X86/instrumentation-tail-call.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156389.544953.patch
Type: text/x-patch
Size: 7870 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230727/ad23c8ef/attachment.bin>
More information about the llvm-commits
mailing list