[Git][ghc/ghc][wip/buggymcbugfix/15185-enum-int] fixup! Add INLINABLE pragmas to Enum list producers

Vilem-Benjamin Liepelt gitlab at gitlab.haskell.org
Sat May 16 19:07:44 UTC 2020



Vilem-Benjamin Liepelt pushed to branch wip/buggymcbugfix/15185-enum-int at Glasgow Haskell Compiler / GHC


Commits:
c37e4f47 by buggymcbugfix at 2020-05-16T22:05:56+03:00
fixup! Add INLINABLE pragmas to Enum list producers

- - - - -


1 changed file:

- testsuite/tests/perf/should_run/T15185.hs


Changes:

=====================================
testsuite/tests/perf/should_run/T15185.hs
=====================================
@@ -18,7 +18,7 @@ main = do
   _ <- evaluate (fact @Int16 50)
   _ <- evaluate (fact @Int8 50)
   _ <- evaluate (fact @Word 50)
-  _ <- evaluate (fact @Word64 50) -- doesn't fuse yet
+  _ <- evaluate (fact @Word64 50)
   _ <- evaluate (fact @Word32 50)
   _ <- evaluate (fact @Word16 50)
   _ <- evaluate (fact @Word8 50)



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c37e4f47fed84ae594e70e13ce4b8f37401c8937

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c37e4f47fed84ae594e70e13ce4b8f37401c8937
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/20200516/a44ca6d9/attachment.html>


More information about the ghc-commits mailing list