ghc-7.8.4: The GHC API
CmmPipeline
Synopsis
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