[PATCH] D158409: [WebAssembly] Add multiple memories feature
Ashley Nelson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 21 10:27:53 PDT 2023
ashleynh updated this revision to Diff 552071.
ashleynh added a comment.
Addressing comments
Renamed flag, test file, and added to wasm-features.c
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158409/new/
https://reviews.llvm.org/D158409
Files:
llvm/test/CodeGen/WebAssembly/multi-memory.ll
llvm/test/CodeGen/WebAssembly/mutable-memories.ll
Index: llvm/test/CodeGen/WebAssembly/multi-memory.ll
===================================================================
--- llvm/test/CodeGen/WebAssembly/multi-memory.ll
+++ llvm/test/CodeGen/WebAssembly/multi-memory.ll
@@ -11,5 +11,5 @@
; CHECK-LABEL: .custom_section.target_features
; CHECK-NEXT: .int8 1
; CHECK-NEXT: .int8 43
-; CHECK-NEXT: .int8 14
+; CHECK-NEXT: .int8 12
; CHECK-NEXT: .ascii "multi-memory"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158409.552071.patch
Type: text/x-patch
Size: 419 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230821/78bd9639/attachment.bin>
More information about the llvm-commits
mailing list