ghc-7.2.1: 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, [Cmm]) -> Cmm -> IO (TopSRT, [Cmm])Source
Top level driver for C-- pipeline