search for: coroutine_mak

Displaying 7 results from an estimated 7 matches for "coroutine_mak".

Did you mean: coroutine_make
2011 Aug 06
2
[LLVMdev] Order of code generation
Hi! I have a DAG (attached), which, according to me, should result in the code for coroutine_make be generated _before_ the ret. However, it seems that the corresponding EmitInstrWithCustomInserter is being called /after/ the RET instruction has already been emitted. The LLVM code I'm trying to compile is this (coroutine_make is an intrinsic I've added): declare i32 @llvm.coroutine_...
2011 Aug 12
2
[LLVMdev] Order of code generation
...ns listed in the docs do not work as specified. -Omer 2011/8/8 Rafael Ávila de Espíndola <rafael.espindola at gmail.com> > On 08/06/2011 02:40 AM, Sanjoy Das wrote: > > Hi! > > > > I have a DAG (attached), which, according to me, should result in the > > code for coroutine_make be generated _before_ the ret. > > > > However, it seems that the corresponding EmitInstrWithCustomInserter is > > being called /after/ the RET instruction has already been emitted. > > That is strange, from the dump it looks like all the chain edges are there. > > Wh...
2011 Aug 13
2
[LLVMdev] Order of code generation
...espindola at gmail.com >> <mailto:rafael.espindola at gmail.com>> >> >> On 08/06/2011 02:40 AM, Sanjoy Das wrote: >> > Hi! >> > >> > I have a DAG (attached), which, according to me, should result in the >> > code for coroutine_make be generated _before_ the ret. >> > >> > However, it seems that the corresponding EmitInstrWithCustomInserter is >> > being called /after/ the RET instruction has already been emitted. >> >> That is strange, from the dump it looks like all the...
2011 Aug 08
0
[LLVMdev] Order of code generation
On 08/06/2011 02:40 AM, Sanjoy Das wrote: > Hi! > > I have a DAG (attached), which, according to me, should result in the > code for coroutine_make be generated _before_ the ret. > > However, it seems that the corresponding EmitInstrWithCustomInserter is > being called /after/ the RET instruction has already been emitted. That is strange, from the dump it looks like all the chain edges are there. What is the MI dump you get for thi...
2011 Aug 12
0
[LLVMdev] Order of code generation
...cs do not work as specified. > > -Omer > > 2011/8/8 Rafael Ávila de Espíndola <rafael.espindola at gmail.com> > On 08/06/2011 02:40 AM, Sanjoy Das wrote: > > Hi! > > > > I have a DAG (attached), which, according to me, should result in the > > code for coroutine_make be generated _before_ the ret. > > > > However, it seems that the corresponding EmitInstrWithCustomInserter is > > being called /after/ the RET instruction has already been emitted. > > That is strange, from the dump it looks like all the chain edges are there. > >...
2011 Aug 15
0
[LLVMdev] Order of code generation
...;mailto:rafael.espindola at gmail.com>> > >> > >> On 08/06/2011 02:40 AM, Sanjoy Das wrote: > >> > Hi! > >> > > >> > I have a DAG (attached), which, according to me, should result in > the > >> > code for coroutine_make be generated _before_ the ret. > >> > > >> > However, it seems that the corresponding > EmitInstrWithCustomInserter is > >> > being called /after/ the RET instruction has already been emitted. > >> > >> That is strange, from...
2011 Aug 15
2
[LLVMdev] Order of code generation
...l.espindola at gmail.com>>> > >> > >> On 08/06/2011 02:40 AM, Sanjoy Das wrote: > >> > Hi! > >> > > >> > I have a DAG (attached), which, according to me, should result in the > >> > code for coroutine_make be generated _before_ the ret. > >> > > >> > However, it seems that the corresponding EmitInstrWithCustomInserter is > >> > being called /after/ the RET instruction has already been emitted. > >> > >> That is strang...