[haskell-llvm] example suite for llvm-general

Henning Thielemann lemming at henning-thielemann.de
Wed Aug 24 00:07:15 BST 2016


On Tue, 23 Aug 2016, Carter Schonwald wrote:

> Look at the clang generated llvm ir

> Simd intrinsics had their design changes in more recent versions to have 
> their static arguments be pushed into metadata fields.  


In the meantime I solved my problem: My program crashed because LLVM's 
ExecutionEngine uses MCJIT by default starting with LLVM-3.6 and 
LLVMRunFunction for MCJIT no longer supports general function signatures.

https://llvm.org/bugs/show_bug.cgi?id=28934


More information about the Haskell-llvm mailing list