ghc-8.2.2: 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