[LLVMdev] Getting number of "unnamed temporory"

Douglas do Couto Teixeira douglasdocouto at gmail.com
Wed Sep 21 18:16:06 PDT 2011


You can run the instnamer pass. So all instructions will get a name.

I hope it helps.

Regards,

Douglas

On Wed, Sep 21, 2011 at 10:08 PM, Taemin Kim <taemin0712 at gmail.com> wrote:
> Hello,
> I am trying to print out output name of "unnamed temporary". For instance,
> for %3 = add i32 %21, i32 %index.01, I would like to print out %3. Can
> anybody please let me know how I can get it?
> Thank you
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>




More information about the llvm-dev mailing list