================
@@ -3040,6 +3040,44 @@ void copy(int dst, int src, int nelem) {
 }
 ```
 
+### `__builtin_wasm_memory_copy`
+
+This builtin function copies bytes from a source memory to a possibly
+overlapping destination region using the WebAssembly `memory.copy` instruction.
+It takes five arguments:
+1. Destination memory index (must be a constant integer)
----------------
sbc100 wrote:

Do you think that should be part of this PR, or can we considered pre-existing 
testing gap?

https://github.com/llvm/llvm-project/pull/220111
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to