Support I64->I32 casts in the NCG, and use them for I64->Integer conversions
authorwolfgang.thaller@gmx.net <unknown>
Fri, 24 Nov 2006 09:41:29 +0000 (09:41 +0000)
committerwolfgang.thaller@gmx.net <unknown>
Fri, 24 Nov 2006 09:41:29 +0000 (09:41 +0000)
commit08560cf0e3a2a1928650ca5d5d0bb44fbac2ea44
treec5fcfc3aec5dfab36a90b3ea7da772ecb65095b1
parenta93bbc4a03ae34d6ef36e4576799d2152c25989b
Support I64->I32 casts in the NCG, and use them for I64->Integer conversions

We can avoid using any other long long operations in PrimOps.cmm.
One more step towards compiling the RTS using the NCG.
compiler/nativeGen/MachCodeGen.hs
rts/PrimOps.cmm