On some platforms, negative shift values mean to shift in the opposite
direction, but this is not true with WebAssembly. To avoid confusion, make the
shift values in the shift intrinsics unsigned.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo