Displaying 2 results from an estimated 2 matches for "8b5ae170".
2006 Sep 20
0
[LLVMdev] Testing a register allocator
> Are you using LLVM CVS? If not, please update.
Yes, I'm using LLVM CVS. Updated a couple of hours ago.
If so, please run 'make
> bugpoint-llc' in that directory and file a bug. This is an instruction
> selector bug, not yours. We'll be happy to fix it if it's not already
> fixed in LLVM CVS.
The test is running and I already have Segmentation Fault
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