[LLVMdev] function live in info

shreyas krishnan shreyas76 at gmail.com
Mon Aug 15 16:14:46 PDT 2011


Hi
   I find various argument lowering functions that add registers to
function live in do the following

   args_float[ArgNo] = AddLiveIn(MF, args_float[ArgNo],
                                      &Alpha::F4RCRegClass);


   Do these live in registers get used later during liveness
analysis/register allocation ? How can I verify if it has indeed
impacted the live intervals?


thanks
shrey



More information about the llvm-dev mailing list