search for: da42da94

Displaying 2 results from an estimated 2 matches for "da42da94".

2006 Sep 20
0
[LLVMdev] Testing a register allocator
...ur under Linux with the same CVS version of LLVM (but using gcc 4.1.1 if this matters). BTW, what's the difference between llc and llc-beta? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060920/da42da94/attachment.html>
2006 Sep 19
5
[LLVMdev] Testing a register allocator
On Tue, 19 Sep 2006, Anton Vayvod wrote: > Program received signal SIGSEGV, Segmentation fault. > 0x00634572 in (anonymous namespace)::X86DAGToDAGISel::DeleteNode ( > this=0x4c3b710, N=0x4c3e5c0) > at /llvm/obj/lib/Target/X86/X86GenDAGISel.inc:77 > 77 SDNode *Operand = I->Val; > > SEGFAULT seems to come before register allocation pass is being run. Are you