[Git][ghc/ghc][wip/andreask/arm_immediates] wip
Andreas Klebinger (@AndreasK)
gitlab at gitlab.haskell.org
Tue Jul 11 09:24:20 UTC 2023
Andreas Klebinger pushed to branch wip/andreask/arm_immediates at Glasgow Haskell Compiler / GHC
Commits:
b1058ad9 by Andreas Klebinger at 2023-07-11T11:26:24+02:00
wip
- - - - -
1 changed file:
- compiler/GHC/CmmToAsm/AArch64/CodeGen.hs
Changes:
=====================================
compiler/GHC/CmmToAsm/AArch64/CodeGen.hs
=====================================
@@ -656,7 +656,6 @@ getRegister' config plat expr
(op, imm_code) <- litToImm' lit
let rep = cmmLitType plat lit
format = cmmTypeFormat rep
- -- width = typeWidth rep
return (Any format (\dst -> imm_code `snocOL` LDR format (OpReg (formatToWidth format) dst) op))
CmmLabelOff lbl off -> do
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b1058ad980f98714db9354f9d94bb36f3ae4262d
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b1058ad980f98714db9354f9d94bb36f3ae4262d
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/20230711/842f8f28/attachment-0001.html>
More information about the ghc-commits
mailing list