[Git][ghc/ghc][wip/T26831] Wibble
Simon Peyton Jones pushed to branch wip/T26831 at Glasgow Haskell Compiler / GHC Commits: 6efd8505 by Simon Peyton Jones at 2026-02-12T17:14:05+00:00 Wibble - - - - - 1 changed file: - compiler/GHC/CoreToStg/Prep.hs Changes: ===================================== compiler/GHC/CoreToStg/Prep.hs ===================================== @@ -1539,12 +1539,12 @@ cpeArg env dmd arg arg3 = cpeEtaExpand arity arg2 -- See Note [Eta expansion of arguments in CorePrep] ; let (arg_float, v') = mkNonRecFloat env lev v arg3 - ; pprTraceM "cpeArg" (vcat [ text "arg1" <+> ppr arg1 - , text "decision" <+> ppr dec - , text "arg2" <+> ppr arg2 - , text "arity" <+> ppr arity - , text "arg3" <+> ppr arg3 - ]) +-- ; pprTraceM "cpeArg" (vcat [ text "arg1" <+> ppr arg1 +-- , text "decision" <+> ppr dec +-- , text "arg2" <+> ppr arg2 +-- , text "arity" <+> ppr arity +-- , text "arg3" <+> ppr arg3 +-- ]) ; return (snocFloat floats2 arg_float, varToCoreExpr v') } } View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6efd850531aa05d445964a1de53ec294... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6efd850531aa05d445964a1de53ec294... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Peyton Jones (@simonpj)