[Git][ghc/ghc][wip/T23109a] Wibble

Simon Peyton Jones pushed to branch wip/T23109a at Glasgow Haskell Compiler / GHC Commits: 76b01916 by Simon Peyton Jones at 2025-05-15T06:54:29-04:00 Wibble - - - - - 1 changed file: - compiler/GHC/Core/Opt/OccurAnal.hs Changes: ===================================== compiler/GHC/Core/Opt/OccurAnal.hs ===================================== @@ -1114,7 +1114,7 @@ occAnalNonRecRhs !env lvl imp_rule_edges mb_join bndr rhs mkNonRecRhsCtxt :: TopLevelFlag -> Id -> Unfolding -> OccEncl -- Precondition: Id is not a join point -mkNonRecRhsCtxt lvl bndr unf +mkNonRecRhsCtxt _lvl bndr unf | certainly_inline = OccVanilla -- See Note [Cascading inlines] | otherwise = OccRhs where View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/76b019160e730140ee0a51f0bf838960... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/76b019160e730140ee0a51f0bf838960... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Peyton Jones (@simonpj)