Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

[WebAssembly] Add grow and size memory intrinsics #187

Merged
merged 1 commit into from
Jun 5, 2020
Merged

[WebAssembly] Add grow and size memory intrinsics #187

merged 1 commit into from
Jun 5, 2020

Conversation

kubo39
Copy link

@kubo39 kubo39 commented Jun 3, 2020

This patch adds new wasm-related memory intrinsics: llvm.wasm.memory.grow.i32 and llvm.wasm.memory.size.i32.

There's no LLVM Release Notes for these instructions, but added in llvm/llvm-project@91ab25b

src/ldc/intrinsics.di Outdated Show resolved Hide resolved
This patch adds new wasm-related memory intrinsics:
llvm.wasm.memory.grow.i32 and llvm.wasm.memory.size.i32.

There's no LLVM Release Notes for these instructions, but added in
llvm/llvm-project@91ab25b
@thewilsonator thewilsonator merged commit f5e1547 into ldc-developers:ldc Jun 5, 2020
@kubo39 kubo39 deleted the wasm-memory-intrinsic branch June 5, 2020 02:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants