[Git][ghc/ghc][wip/ubxsumtag] add some missing cases
Luite Stegeman (@luite)
gitlab at gitlab.haskell.org
Mon Feb 10 06:29:00 UTC 2025
Luite Stegeman pushed to branch wip/ubxsumtag at Glasgow Haskell Compiler / GHC
Commits:
91314118 by Luite Stegeman at 2025-02-10T15:28:34+09:00
add some missing cases
- - - - -
1 changed file:
- compiler/GHC/Cmm/Utils.hs
Changes:
=====================================
compiler/GHC/Cmm/Utils.hs
=====================================
@@ -115,6 +115,9 @@ slotCmmType platform = \case
PtrUnliftedSlot -> gcWord platform
PtrLiftedSlot -> gcWord platform
WordSlot -> bWord platform
+ Word8Slot -> b8
+ Word16Slot -> b16
+ Word32Slot -> b32
Word64Slot -> b64
FloatSlot -> f32
DoubleSlot -> f64
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/913141189720a2833db87bd66790323aa5f8221d
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/913141189720a2833db87bd66790323aa5f8221d
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/20250210/41436403/attachment.html>
More information about the ghc-commits
mailing list