Displaying 3 results from an estimated 3 matches for "526cd29d".
Did you mean:
26acd29d
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
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
2011 Aug 12
2
[LLVMdev] Order of code generation
...> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110812/526cd29d/attachment.html>