search for: pr4851

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

Did you mean: 974851
2010 Feb 03
0
[LLVMdev] Does mips backend support variable arguments in release version(llvm-2.6)?
...erArguments( > llvm::BasicBlock):Assertion 'Invals.size() == Ins.size && > "LowerFormalArguments > didn't emit the correct number of values!"' failed > > Does the latest mips backend in svn trunk support variable arguments? No. I've seen you updated PR4851 with more info, I'll try to fix it. Thanks. -- Bruno Cardoso Lopes http://www.brunocardoso.cc
2010 Feb 03
2
[LLVMdev] Does mips backend support variable arguments in release version(llvm-2.6)?
Hi everyone, It seems variable arguments is not support by mips backend in llvm-2.6. int func(int i, ...) { return 0; } llvm-gcc func.c -emit-llvm -c -O3 -o func.bc llc func.bc -relocation-model=static -march=mips -O0 -o func.s Command llc fails: llc:SelectionDAGBuilder.cpp:6440:void llvm::SelectionDAGISel::LowerArguments( llvm::BasicBlock):Assertion 'Invals.size() ==