Skip to content

compiler: properly handle ForeignHints in the wasm NCG

Cheng Shao requested to merge type-dance/ghc:wasm-ncg-foreignhints into master

Properly handle ForeignHints of ccall arguments/return value, insert sign extends and truncations when handling signed subwords. Fixes #22852 (closed).

Merge request reports