[clang] [lld] [llvm] [LLVM][WebAssembly] Implement branch hinting proposal (PR #146230)

Lukas Döllerer via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 18 09:34:07 PDT 2025


================
@@ -70,6 +75,25 @@ WebAssemblyAsmBackend::getFixupKindInfo(MCFixupKind Kind) const {
   return Infos[Kind - FirstTargetFixupKind];
 }
 
+std::pair<bool, bool> WebAssemblyAsmBackend::relaxLEB128(MCFragment &LF,
----------------
Lukasdoe wrote:

Sorry for the delay, I just pushed the changes that follow your idea. Please have a look at whether I understood correctly what you had in mind :)

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


More information about the cfe-commits mailing list