[Git][ghc/ghc][wip/T23576] Remove temporary quottish ops
Jaro Reinders (@Noughtmare)
gitlab at gitlab.haskell.org
Thu Jul 6 09:06:38 UTC 2023
Jaro Reinders pushed to branch wip/T23576 at Glasgow Haskell Compiler / GHC
Commits:
58e63fd3 by Jaro Reinders at 2023-07-06T11:06:32+02:00
Remove temporary quottish ops
- - - - -
1 changed file:
- compiler/GHC/StgToCmm/Prim.hs
Changes:
=====================================
compiler/GHC/StgToCmm/Prim.hs
=====================================
@@ -1684,33 +1684,6 @@ emitPrimOp cfg primop =
isQuottishOp MO_I64_Rem = True
isQuottishOp MO_W64_Quot = True
isQuottishOp MO_W64_Rem = True
-
- isQuottishOp MO_I64_ToI = True
- isQuottishOp MO_I64_FromI = True
- isQuottishOp MO_W64_ToW = True
- isQuottishOp MO_W64_FromW = True
-
- isQuottishOp MO_x64_Eq = True
- isQuottishOp MO_x64_Ne = True
- isQuottishOp MO_I64_Ge = True
- isQuottishOp MO_I64_Gt = True
- isQuottishOp MO_I64_Le = True
- isQuottishOp MO_I64_Lt = True
- isQuottishOp MO_W64_Ge = True
- isQuottishOp MO_W64_Gt = True
- isQuottishOp MO_W64_Le = True
- isQuottishOp MO_W64_Lt = True
-
- isQuottishOp MO_UF_Conv{} = True
-
- isQuottishOp MO_x64_And = True
- isQuottishOp MO_x64_Or = True
- isQuottishOp MO_x64_Xor = True
- isQuottishOp MO_x64_Not = True
- isQuottishOp MO_x64_Shl = True
- isQuottishOp MO_I64_Shr = True
- isQuottishOp MO_W64_Shr = True
-
isQuottishOp _ = False
opTranslate64
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/58e63fd3b1a8ddb7888a14ba5d1d4c2aa0b88e16
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/58e63fd3b1a8ddb7888a14ba5d1d4c2aa0b88e16
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/20230706/9a98d837/attachment-0001.html>
More information about the ghc-commits
mailing list