Skip to content

Add Cmm related hooks

Sylvain Henry requested to merge hsyl20/ghc:hsyl20-cmm-hooks into master

Add Cmm related hooks:

  • stgToCmm hook
  • cmmToRawCmm hook

These hooks are used by Asterius and could be useful to other clients of the GHC API.

It increases the Parser dependencies (test CountParserDeps) to 184. It's still less than 200 which was the initial request (cf https://mail.haskell.org/pipermail/ghc-devs/2019-September/018122.html) so I think it's ok to merge this.

Merge request reports