CmmToC: enable 64-bit CallishMachOp on 32-bit targets
Normally, the unregisterised builds avoid generating 64-bit CallishMachOp in StgToCmm, so CmmToC doesn't support these. However, there do exist cases where we'd like to invoke cmmToC for other cmm inputs which may contain such CallishMachOps, and it's a rather low effort to add support for these since they only require calling into existing ghc-prim cbits.
parent
a4b34808
Branches wip/T21694a
No related tags found
Pipeline #56551 failed
Loading
-
mentioned in merge request !8947 (closed)
-
mentioned in issue #22181
Please register or sign in to comment