Skip to content

Work around LLVM backend overlapping register limitations

Luite Stegeman requested to merge luite/ghc:fix-19591 into master

This fixes the problem with compiling stg_ctoi_t and stg_ret_t (from unboxed tuples support for GHCi) with the LLVM backend.

Merge request reports