ghc-7.10.3: The GHC API

Safe HaskellNone
LanguageHaskell2010

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 -> IO (TopSRT, CmmGroup) Source

Top level driver for C-- pipeline