Skip to content

[WebAssembly] SIMD intrinsics should be constant folded #55933

@tlively

Description

@tlively

The WebAssembly target supports a large number of SIMD intrinsics, many of which are generated from clang builtins. None of these intrinsics can be constant folded, however, which may significantly hinder optimizations when the builtins are used, including when they are used indirectly via the wasm_simd128.h intrinsic header.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions