[LLVMdev] Reg2Mem pass

Reid Spencer rspencer at reidspencer.com
Fri Aug 10 01:22:11 PDT 2007


On Fri, 2007-08-10 at 00:51 -0500, Seung Jae Lee wrote:
> Hi, guys.
> 
> I'm interested in using reg2mem pass but not sure about the concept of it.
> Can you let me know a reference about it, if any?
> Forgive my ignorance. -_-;

The reg2mem pass undoes SSA form. That is, it turns SSA registers into
alloca instructions with loads and stores. 

> 
> Thanks,
> Seung J. Lee
> _______________________________________________
> 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