[Git][ghc/ghc][wip/abs-den] remove Trace
Sebastian Graf (@sgraf812)
gitlab at gitlab.haskell.org
Fri Feb 9 20:31:49 UTC 2024
Sebastian Graf pushed to branch wip/abs-den at Glasgow Haskell Compiler / GHC
Commits:
91649de2 by Sebastian Graf at 2024-02-09T21:30:43+01:00
remove Trace
- - - - -
1 changed file:
- compiler/GHC/Core/Opt/DmdAnal.hs
Changes:
=====================================
compiler/GHC/Core/Opt/DmdAnal.hs
=====================================
@@ -2993,7 +2993,7 @@ bindLetUp x rhs body env sd = do
let id_dmd' = finaliseLetBoxity env (idType x) id_dmd
annotate da_demands x id_dmd'
rhs_ty <- squeezeDmdShared env rhs id_dmd' --perhaps inline squeezeDmdShared
- pprTraceM "dmdAnal:LetUp" (ppr x <+> ppr id_dmd <+> ppr id_dmd' $$ ppr rhs_ty)
+-- pprTraceM "dmdAnal:LetUp" (ppr x <+> ppr id_dmd <+> ppr id_dmd' $$ ppr rhs_ty)
pure $! dmdType2SPair (body_ty' `plusDmdType` rhs_ty)
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/91649de249a692ba9334e0eccb3cd0ea3736de3c
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/91649de249a692ba9334e0eccb3cd0ea3736de3c
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240209/16ed1ca1/attachment-0001.html>
More information about the ghc-commits
mailing list