ghc-9.12: The GHC API
Safe HaskellNone
LanguageGHC2021

GHC.CmmToLlvm

Description

This is the top-level module in the LLVM code generator.

Synopsis

Documentation

llvmCodeGen Source #

Arguments

:: Logger 
-> LlvmCgConfig 
-> Handle 
-> DUniqSupply

The deterministic uniq supply to run the CgStream. See Note [Deterministic Uniques in the CG]

-> CgStream RawCmmGroup a 
-> IO a 

Top-level of the LLVM Code generator

llvmFixupAsm :: Platform -> FilePath -> FilePath -> IO () Source #

Read in assembly file and process