Displaying 4 results from an estimated 4 matches for "prepro".
Did you mean:
repro
2010 Apr 20
2
QCA3 segfault
...-
Terminal log:
> conditions <-
> c("Developed.FZ","Urban.FZ","Literate.FZ","Industrial.FZ", "Stable.FZ")
>
> reduce(mydata=Lipset_fs,"Survived.FZ",conditions,explain="positive",remaind="exclude",prepro="fs",consistency=0.7)
*** caught segfault ***
address 0x4, cause 'memory not mapped'
Traceback:
1: .C("lpslink", direction = as.integer(direction), x.count =
as.integer(x.count), objective = as.double(objective), const.count =
as.integer(const.count), constra...
2010 Sep 01
2
[LLVMdev] equivalent IR, different asm
I attached preprocessed files.
$ llvm-g++ gcc-RenderBoxModelObject.ii -fno-exceptions -arch x86_64 -O2 -c -o part.o
vs
$ clang++ clang-RenderBoxModelObject.ii -fno-exceptions -arch x86_64 -O2 -c -o part.o
If I compile with clang, it causes a crash to webkit.
-Argiris
-------------- next part --------------
A...
2010 Sep 01
0
[LLVMdev] equivalent IR, different asm
On Sep 1, 2010, at 6:25 AM, Argyrios Kyrtzidis wrote:
> The attached .ll files seem equivalent, but the resulting asm from 'opt-fail.ll' causes a crash to webkit.
> I suspect the usage of registers is wrong, can someone take a look ?
The difference is that there is a shift right after the multiply, before the divide. In IR, the difference is:
%5 = mul nsw i32 %4, %tmp1
2010 Sep 01
5
[LLVMdev] equivalent IR, different asm
The attached .ll files seem equivalent, but the resulting asm from 'opt-fail.ll' causes a crash to webkit.
I suspect the usage of registers is wrong, can someone take a look ?
$ llc opt-pass.ll -o -
.section __TEXT,__text,regular,pure_instructions
.globl __ZN7WebCore6kolos1ERiS0_PKNS_20RenderBoxModelObjectEPNS_10StyleImageE
.align 4, 0x90