[haskell-llvm] example suite for llvm-general

Carter Schonwald carter.schonwald at gmail.com
Tue Aug 23 23:59:31 BST 2016


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.

Read the docs on the llvm website for more info

On Wednesday, August 10, 2016, Henning Thielemann <
lemming at henning-thielemann.de> wrote:

>
> On Tue, 9 Aug 2016, Benjamin Scarlet wrote:
>
> I would recommend the test, as you found. You should also find that the
>> types drive you most of the way there.
>>
>
> Are there tests that use intrinsics?
>
> I am playing around with the plain LLVM-C interface and could use SSE and
> AVX intrinsics for vectors in LLVM-3.5 but in LLVM-3.6 and later they
> crash. I would like to see code in the real world that works.
>
> _______________________________________________
> Haskell-llvm mailing list
> Haskell-llvm at projects.haskell.org
> http://projects.haskell.org/cgi-bin/mailman/listinfo/haskell-llvm
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://projects.haskell.org/pipermail/haskell-llvm/attachments/20160823/54864b96/attachment.htm>


More information about the Haskell-llvm mailing list