Displaying 2 results from an estimated 2 matches for "tp53192".
2013 Jan 07
3
[LLVMdev] Generating unusual instruction
...me manner.
I want to implement comparison+branching in one instruction like
beq r1, r2, .label #if r1==r2 then jump to .label
How to merge two instruction into one.
Regards
Vikram Singh
--
View this message in context: http://llvm.1065342.n5.nabble.com/Generating-unusual-instruction-tp53192.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2013 Jan 07
0
[LLVMdev] Generating unusual instruction
...instruction like
>
> beq r1, r2, .label #if r1==r2 then jump to .label
>
> How to merge two instruction into one.
>
> Regards
> Vikram Singh
>
>
>
> --
> View this message in context:
> http://llvm.1065342.n5.nabble.com/Generating-unusual-instruction-tp53192.html
> Sent from the LLVM - Dev mailing list archive at Nabble.com.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
--
Regards,
Dongr...