ghc-7.4.1: The GHC API

Safe HaskellSafe-Infered

CmmPipeline

Synopsis

Documentation

Converts C-- with an implicit stack and native C-- calls into optimized, CPS converted and native-call-less C--. The latter C-- can be used to generate assembly.

cmmPipeline :: HscEnv -> (TopSRT, [CmmGroup]) -> CmmGroup -> IO (TopSRT, [CmmGroup])Source

Top level driver for C-- pipeline