
#9430: implement more arithmetic operations natively in the LLVM backend -------------------------------------+------------------------------------- Reporter: rwbarton | Owner: Type: feature request | Status: new Priority: normal | Milestone: Component: Compiler (LLVM) | Version: 7.9 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: Runtime | Test Case: performance bug | primops/should_run/T9430 Blocked By: | Blocking: Related Tickets: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by michalt): * status: closed => new * owner: michalt => * resolution: fixed => * milestone: 7.12.1 => Comment: I was also planning to add support for MO_U_QuotRem2 (using `udiv` and `urem`), so let's not close this just yet. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9430#comment:11 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler