compiler: move generic cmm optimization logic in NCG to a standalone module
This commit moves GHC.CmmToAsm.cmmToCmm to a standalone module, GHC.Cmm.GenericOpt. The main motivation is enabling this logic to be run in the wasm backend NCG code, which is defined in other modules that's imported by GHC.CmmToAsm, causing a cyclic dependency issue.
Loading
-
mentioned in commit 98427023
-
mentioned in commit 2e508a5b
-
mentioned in commit 1063c756
-
mentioned in commit d5daa137
-
mentioned in commit ab69ab4b
-
mentioned in commit 773d78ef
-
mentioned in commit f83724f8
-
mentioned in commit 98a586dd
-
mentioned in commit 7e5f0a56
-
mentioned in commit 0a51f80c
-
mentioned in commit 3d5bce88
Please register or sign in to comment