[clang] [lld] [llvm] [WebAssembly] Define call-indirect-overlong and bulk-memory-opt features (PR #117087)
Heejin Ahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 21 19:22:45 PST 2024
================
@@ -103,6 +106,7 @@ class WebAssemblySubtarget final : public WebAssemblyGenSubtargetInfo {
bool hasMutableGlobals() const { return HasMutableGlobals; }
bool hasNontrappingFPToInt() const { return HasNontrappingFPToInt; }
bool hasReferenceTypes() const { return HasReferenceTypes; }
+ bool hasCallIndirectOverlong() const { return HasCallIndirectOverlong; }
----------------
aheejin wrote:
Nit: This can go after `hasBulkMemoryOpt()` for the sorted order
https://github.com/llvm/llvm-project/pull/117087
More information about the llvm-commits
mailing list