Displaying 3 results from an estimated 3 matches for "csanchez".
Did you mean:
sanchez
2009 Sep 15
2
[LLVMdev] Opaque types in function parameters
...ction type includes an opaque-typed
parameter, the CallInst::Create call causes an assert:
Assertion failed: ((i >= FTy->getNumParams() || FTy->getParamType(i)
== Params[i]->getType()) && "Calling a function with a bad
signature!"), function init, file /usr/home/csanchez/shared/prj/tce/
src/llvm-2.5/lib/VMCore/Instructions.cpp, line 294.
If I change the code so the function type has only non-opaque types,
everything is correct. Of course, the parameters passed to the
function are correct (I call with either an opaque parameter or an
integer parameter, to ma...
2009 Sep 15
0
[LLVMdev] Opaque types in function parameters
...s an opaque-typed
> parameter, the CallInst::Create call causes an assert:
>
> Assertion failed: ((i >= FTy->getNumParams() || FTy->getParamType(i)
> == Params[i]->getType()) && "Calling a function with a bad
> signature!"), function init, file /usr/home/csanchez/shared/prj/tce/
> src/llvm-2.5/lib/VMCore/Instructions.cpp, line 294.
>
> If I change the code so the function type has only non-opaque types,
> everything is correct. Of course, the parameters passed to the
> function are correct (I call with either an opaque parameter or an
> in...
2011 Oct 06
0
[LLVMdev] MIPS 32bit code generation
...e for solve this problem?
------------------------------
Message: 8
Date: Thu, 06 Oct 2011 14:14:07 +0300
From: Carlos S?nchez de La Lama <carlos.delalama at urjc.es>
Subject: Re: [LLVMdev] VLIW Ports
To: LLVM Dev <llvmdev at cs.uiuc.edu>
Message-ID: <1317899647.25395.40.camel at csanchez-desktop>
Content-Type: text/plain; charset="utf-8"
Hi all,
here is the current (unfinished) version of the VLIW support I
mentioned. It is a patch over svn rev 141176. It includes the
MachineInstrBundle class, and small required changes in a couple of
outside LLVM files.
Also includ...