[Git][ghc/ghc][wip/simplifier-tweaks] More import wibbles
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Tue Jan 23 16:10:26 UTC 2024
Simon Peyton Jones pushed to branch wip/simplifier-tweaks at Glasgow Haskell Compiler / GHC
Commits:
00454325 by Simon Peyton Jones at 2024-01-23T16:09:50+00:00
More import wibbles
- - - - -
1 changed file:
- compiler/GHC/Core/Unfold.hs
Changes:
=====================================
compiler/GHC/Core/Unfold.hs
=====================================
@@ -43,7 +43,6 @@ import GHC.Core.DataCon
import GHC.Core.Type
import GHC.Types.Id
-import GHC.Types.Var.Set( mkVarSet, elemVarSet )
import GHC.Types.Literal
import GHC.Types.Id.Info
import GHC.Types.RepType ( isZeroBitTy )
@@ -435,7 +434,7 @@ uncondInline is_join rhs bndrs arity body size
uncondInlineJoin :: [Var] -> CoreExpr -> Bool
-- See Note [Duplicating join points] point (DJ3)
-uncondInlineJoin bndrs body
+uncondInlineJoin _bndrs body
| exprIsTrivial body
= True -- Nullary constructors, literals
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0045432575507f8cc80455553986afc844f8c612
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0045432575507f8cc80455553986afc844f8c612
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/20240123/b3d12676/attachment.html>
More information about the ghc-commits
mailing list