[LLVMdev] creating a vreg in eliminateFrameIndex()

Steve King steve at metrokings.com
Thu Jan 29 13:00:26 PST 2015


Hello LLVM,
The ARM target sometimes adds an instruction with a virtual register
in eliminateFrameIndex():

https://github.com/llvm-mirror/llvm/blob/master/lib/Target/ARM/ARMBaseRegisterInfo.cpp

This looks late for a virtual register to appear.  Where is this vreg made real?

Thanks,
-steve



More information about the llvm-dev mailing list