Displaying 2 results from an estimated 2 matches for "9d6a6fcd".
2013 Nov 11
0
[LLVMdev] loop vectorizer: JIT + AVX segfaults
...d nsw i64 %6, 1
%34 = icmp sge i64 %33, 8
br i1 %34, label %L4, label %L3
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: main.cc
Type: text/x-c++src
Size: 5487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131111/9d6a6fcd/attachment.cc>
-------------- next part --------------
LLVM=${HOME}/toolchain/install/llvm
CONFIG=$(LLVM)/bin/llvm-config
CXXFLAGS=$(shell $(CONFIG) --cxxflags) -I. -std=c++0x
LDFLAGS=$(shell $(CONFIG) --ldflags)
LIBS=$(shell $(CONFIG) --libs core mcjit native scalaropts vectorize irreader linke...
2013 Nov 11
2
[LLVMdev] loop vectorizer: JIT + AVX segfaults
For what it's worth, I'm also experiencing this same issue. If there is
interest I can provide some very simple reproducible test cases, but I was
planning on moving to MCJIT this week anyway.
--
View this message in context: http://llvm.1065342.n5.nabble.com/loop-vectorizer-JIT-AVX-segfaults-tp63089p63115.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.