Displaying 2 results from an estimated 2 matches for "3ba11f32".
2013 Nov 13
0
[LLVMdev] Limit loop vectorizer to SSE
My case is submitted. bug 17878 <http://llvm.org/bugs/show_bug.cgi?id=17878>
In my case the segfault happens when calling the JIT'ed function. Thus
some sort of 'payload' has to be created. Not sure if it's the same what
Josh is hitting.
Frank
On 13/11/13 04:26, Renato Golin wrote:
> On 12 November 2013 21:10, Josh Klontz <josh.klontz at gmail.com
>
2013 Nov 13
3
[LLVMdev] Limit loop vectorizer to SSE
On 12 November 2013 21:10, Josh Klontz <josh.klontz at gmail.com> wrote:
> Porting my project from JIT to MCJIT did not fix the code generation bug
> Frank is also experiencing. However, Renato's "-avx" suggestion did resolve
> the issue for me. Hopefully we can get some traction on this bug, happy to
> help where possible!
>
Hi Josh, Frank,
Glad to see you