[clang] [lld] [llvm] [LLVM][WebAssembly] Implement branch hinting proposal (PR #146230)
Alon Zakai via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 2 10:48:41 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>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/146230 at github.com>
kripken wrote:
@Lukasdoe You may be interested in this Binaryen PR which adds passes for branch hint debugging:
https://github.com/WebAssembly/binaryen/pull/7695
For example you could use it to verify that the code you emit here has correct branch hints in practice (assuming your inputs have correct branch hints).
https://github.com/llvm/llvm-project/pull/146230
More information about the llvm-commits
mailing list