[Git][ghc/ghc][wip/T23576] Add CmmRegOff case to iselExpr64
Jaro Reinders (@Noughtmare)
gitlab at gitlab.haskell.org
Mon Jul 3 14:35:50 UTC 2023
Jaro Reinders pushed to branch wip/T23576 at Glasgow Haskell Compiler / GHC
Commits:
8541fb05 by Jaro Reinders at 2023-07-03T16:35:44+02:00
Add CmmRegOff case to iselExpr64
- - - - -
1 changed file:
- compiler/GHC/CmmToAsm/X86/CodeGen.hs
Changes:
=====================================
compiler/GHC/CmmToAsm/X86/CodeGen.hs
=====================================
@@ -771,6 +771,8 @@ iselExpr64 (CmmMachOp (MO_Not _) [e1]) = do
]
return (RegCode64 code rhi rlo)
+iselExpr64 (CmmRegOff r i) = iselExpr64 (mangleIndexTree r i)
+
iselExpr64 expr
= do
platform <- getPlatform
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8541fb05144a8c599b8edc2a5992cfe59bf95d07
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8541fb05144a8c599b8edc2a5992cfe59bf95d07
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/20230703/7bc6a2d7/attachment.html>
More information about the ghc-commits
mailing list