Skip to content
  • Cheng Shao's avatar
    c6ce242e
    compiler: enable generic cmm optimizations in wasm backend NCG · c6ce242e
    Cheng Shao authored and Marge Bot's avatar Marge Bot committed
    This commit enables the generic cmm optimizations in other NCGs to be
    run in the wasm backend as well, followed by a late cmm control-flow
    optimization pass. The added optimizations do catch some corner cases
    not handled by the pre-NCG cmm pipeline and are useful in generating
    smaller CFGs.
    c6ce242e
    compiler: enable generic cmm optimizations in wasm backend NCG
    Cheng Shao authored and Marge Bot's avatar Marge Bot committed
    This commit enables the generic cmm optimizations in other NCGs to be
    run in the wasm backend as well, followed by a late cmm control-flow
    optimization pass. The added optimizations do catch some corner cases
    not handled by the pre-NCG cmm pipeline and are useful in generating
    smaller CFGs.
Loading