Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 43d97761 by Michael Karcher at 2026-01-29T19:49:43-05:00 NCG for PPC: add pattern for CmmRegOff to iselExpr64 Closes #26828 - - - - - 1 changed file: - compiler/GHC/CmmToAsm/PPC/CodeGen.hs Changes: ===================================== compiler/GHC/CmmToAsm/PPC/CodeGen.hs ===================================== @@ -338,6 +338,8 @@ iselExpr64 (CmmReg (CmmLocal local_reg)) = do let Reg64 hi lo = localReg64 local_reg return (RegCode64 nilOL hi lo) +iselExpr64 regoff@(CmmRegOff _ _) = iselExpr64 $ mangleIndexTree regoff + iselExpr64 (CmmLit (CmmInt i _)) = do Reg64 rhi rlo <- getNewReg64 let View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/43d977619de65c0cf87695fa5d86f1a3... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/43d977619de65c0cf87695fa5d86f1a3... You're receiving this email because of your account on gitlab.haskell.org.