[GHC] #10286: native code generator: GHC crash at GHC.Prim SIMD vector

GHC ghc-devs at haskell.org
Sat Apr 11 00:44:45 UTC 2015


#10286: native code generator: GHC crash at GHC.Prim SIMD vector
-------------------------------------+-------------------------------------
        Reporter:  hkanai            |                   Owner:
            Type:  bug               |                  Status:  new
        Priority:  normal            |               Milestone:
       Component:  Compiler          |                 Version:  7.10.1
      Resolution:                    |                Keywords:
Operating System:  Linux             |            Architecture:  x86_64
 Type of failure:  Compile-time      |  (amd64)
  crash                              |               Test Case:
      Blocked By:                    |                Blocking:
 Related Tickets:                    |  Differential Revisions:
-------------------------------------+-------------------------------------

Comment (by erikd):

 Replying to [comment:1 hkanai]:
 >   LLVM version 3.6.0

 There's you problem!

 The upstream LLVM developers have changed the LLVM IR (Intermediate
 Repersentation) in 3.6 so that its not possible to easily support llvm 3.4
 and 3.6 (and 3.5 had other issues).

 Git HEAD currently only supports llvm-3.6 (checked at configure time) and
 I'm about to propose a version of patch 485dba86d2519c (ticket #10234) for
 the 7.10 branch.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10286#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list