Separate core inlining logic from `Unfolding` type.
This seems like a good idea either way, but is mostly motivated by a patch where this avoids a module loop.
Showing
- compiler/GHC/Core/Opt/LiberateCase.hs 1 addition, 0 deletionscompiler/GHC/Core/Opt/LiberateCase.hs
- compiler/GHC/Core/Opt/Simplify/Inline.hs 555 additions, 0 deletionscompiler/GHC/Core/Opt/Simplify/Inline.hs
- compiler/GHC/Core/Opt/Simplify/Iteration.hs 1 addition, 0 deletionscompiler/GHC/Core/Opt/Simplify/Iteration.hs
- compiler/GHC/Core/Opt/Simplify/Utils.hs 1 addition, 0 deletionscompiler/GHC/Core/Opt/Simplify/Utils.hs
- compiler/GHC/Core/Opt/SpecConstr.hs 1 addition, 0 deletionscompiler/GHC/Core/Opt/SpecConstr.hs
- compiler/GHC/Core/Unfold.hs 42 additions, 572 deletionscompiler/GHC/Core/Unfold.hs
- compiler/ghc.cabal.in 1 addition, 0 deletionscompiler/ghc.cabal.in
- testsuite/tests/count-deps/CountDepsAst.stdout 1 addition, 0 deletionstestsuite/tests/count-deps/CountDepsAst.stdout
- testsuite/tests/count-deps/CountDepsParser.stdout 1 addition, 0 deletionstestsuite/tests/count-deps/CountDepsParser.stdout
Loading
Please register or sign in to comment