Skip to content

Extending FP loads, truncating FP stores #316

@jfbastien

Description

@jfbastien

AstSemantics details sext/zext loads and stores for integer types.

Should WebAssembly also support f32f64 extending loads, and f64f32 truncating stores?

I'm currently teaching LLVM about load/store, and for now I can tell it to just expand these out to the appropriate instruction pair (what we call promote and demote).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions