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

Derek Schuff via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 27 02:20:20 PDT 2025


Lukas =?utf-8?q?Döllerer?= <contact at lukas-doellerer.de>,
Lukas =?utf-8?q?Döllerer?= <contact at lukas-doellerer.de>,
Lukas =?utf-8?q?Döllerer?= <contact at lukas-doellerer.de>,
Lukas =?utf-8?q?Döllerer?= <contact at lukas-doellerer.de>,
Lukas =?utf-8?q?Döllerer?= <contact at lukas-doellerer.de>,
Lukas =?utf-8?q?Döllerer?= <contact at lukas-doellerer.de>,
Lukas =?utf-8?q?Döllerer?= <lukas.doellerer at tum.de>,
Lukas =?utf-8?q?Döllerer?= <contact at lukas-doellerer.de>,
Lukas =?utf-8?q?Döllerer?= <contact at lukas-doellerer.de>,
Lukas =?utf-8?q?Döllerer?= <lukas.doellerer at tum.de>,
Lukas =?utf-8?q?Döllerer?= <lukas.doellerer at tum.de>,
Lukas =?utf-8?q?Döllerer?= <lukas.doellerer at tum.de>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/146230 at github.com>


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

Thanks for picking this up again! I'm travelling for work, so I don't know if I'll get a chance to look this week. But if not, then I'll certainly try to get to it early next week.

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


More information about the cfe-commits mailing list