[Git][ghc/ghc][wip/andreask/spec_tyfams] Wibble

Andreas Klebinger pushed to branch wip/andreask/spec_tyfams at Glasgow Haskell Compiler / GHC Commits: 4fc55232 by Andreas Klebinger at 2025-04-26T09:36:42+02:00 Wibble - - - - - 1 changed file: - compiler/GHC/Core/Opt/Specialise.hs Changes: ===================================== compiler/GHC/Core/Opt/Specialise.hs ===================================== @@ -3176,7 +3176,7 @@ interestingDict :: CoreExpr -> Type -> Bool -- including equality constraints; hence the Coercion case -- To make this work, we need to ensure that dictionaries have -- unfoldings in them. -interestingDict arg arg_ty +interestingDict arg _arg_ty -- No benefit to specalizing for a ~# b I believe -- | (isEqPred arg_ty) = False -- | View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4fc55232c1be5a4fc9e14bb88d84bbde... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4fc55232c1be5a4fc9e14bb88d84bbde... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Andreas Klebinger (@AndreasK)