[LLVMdev] [LLVMDev] May Physical Registers be given to the register allocator?

Jim Grosbach grosbach at apple.com
Fri Sep 3 14:53:25 PDT 2010


Machine instructions coming in to the register allocator may already have physical register operands, yes. For example, some instructions generated by isel will already have physical registers referenced.

-Jim

On Sep 3, 2010, at 1:04 PM, Jeff Kunkel wrote:

> May Physical Registers be given to the register allocator? 
> 
> I would think the allocator would be the only pass allowed to modify virtual registers, but maybe this is wishful thinking.
> 
> Thanks, 
> Jeff Kunkel
> _______________________________________________
> 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