Lukas =?utf-8?q?Döllerer?= <[email protected]>, Lukas =?utf-8?q?Döllerer?= <[email protected]>, Lukas =?utf-8?q?Döllerer?= <[email protected]>, Lukas =?utf-8?q?Döllerer?= <[email protected]>, Lukas =?utf-8?q?Döllerer?= <[email protected]>, Lukas =?utf-8?q?Döllerer?= <[email protected]>, Lukas =?utf-8?q?Döllerer?= <[email protected]>, Lukas =?utf-8?q?Döllerer?= <[email protected]>, Lukas =?utf-8?q?Döllerer?= <[email protected]>, Lukas =?utf-8?q?Döllerer?= <[email protected]>, Lukas =?utf-8?q?Döllerer?= <[email protected]>, Lukas =?utf-8?q?Döllerer?= <[email protected]>, Lukas =?utf-8?q?Döllerer?= <[email protected]>, Lukas =?utf-8?q?Döllerer?= <[email protected]>,Derek Schuff <[email protected]>,Derek Schuff <[email protected]>,Derek Schuff <[email protected]>,Derek Schuff <[email protected]>,Derek Schuff <[email protected]>,Derek Schuff <[email protected]>,Derek Schuff <[email protected]>,Derek Schuff <[email protected]>,Derek Schuff <[email protected]> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
================ @@ -5908,6 +5908,8 @@ def mharden_sls_EQ : Joined<["-"], "mharden-sls=">, Group<m_Group>, def matomics : Flag<["-"], "matomics">, Group<m_wasm_Features_Group>; def mno_atomics : Flag<["-"], "mno-atomics">, Group<m_wasm_Features_Group>; +def mbranch_hinting : Flag<["-"], "mbranch-hinting">, Group<m_wasm_Features_Group>; +def mno_branch_hinting : Flag<["-"], "mno-branch-hinting">, Group<m_wasm_Features_Group>; ---------------- sbc100 wrote: But engines that don't support branch hinting will just ignore the annotations.. so there are no engines that would fail to load the module at all. So maybe we just always want to turn it on? https://github.com/llvm/llvm-project/pull/146230 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
