c595acfd0d64273a81e35f951b79b75c3fd3df4f
By default, constants added by SIMD's v128.const will be typed as I8x16 in CLIF. This type must be changed to the appropriate vector type before use to satisfy cranelift's type checking. To do this, we track what SSA values are created by v128.const and convert them with a raw_bitcast immediately before use in the currently implemented SIMD instructions.
Description
No description provided
Languages
Rust
77.8%
WebAssembly
20.6%
C
1.3%