diff options
Diffstat (limited to 'src/wasm-delegations-fields.h')
-rw-r--r-- | src/wasm-delegations-fields.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/wasm-delegations-fields.h b/src/wasm-delegations-fields.h index d4ea25b3d..b99ebef40 100644 --- a/src/wasm-delegations-fields.h +++ b/src/wasm-delegations-fields.h @@ -386,6 +386,14 @@ switch (DELEGATE_ID) { DELEGATE_END(SIMDLoadStoreLane); break; } + case Expression::Id::SIMDWidenId: { + DELEGATE_START(SIMDWiden); + DELEGATE_FIELD_CHILD(SIMDWiden, vec); + DELEGATE_FIELD_INT(SIMDWiden, op); + DELEGATE_FIELD_INT(SIMDWiden, index); + DELEGATE_END(SIMDWiden); + break; + } case Expression::Id::PrefetchId: { DELEGATE_START(Prefetch); DELEGATE_FIELD_CHILD(Prefetch, ptr); |