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.
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.