[clang] [clang][bytecode] Use tailcalls via `[[clang::musttail]]` (PR #173756)

Oliver Hunt via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 14 20:28:07 PST 2026


Timm =?utf-8?q?B=C3=A4der?= <tbaeder at redhat.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/173756 at github.com>


================
@@ -2383,10 +2388,14 @@ bool Interpret(InterpState &S) {
   assert(!S.Current->isRoot());
   CodePtr PC = S.Current->getPC();
 
+  // S.Current->dump();
----------------
ojhunt wrote:

unsure if this really goes with our coding style :D :D :D 

https://github.com/llvm/llvm-project/pull/173756


More information about the cfe-commits mailing list