Displaying 1 result from an estimated 1 matches for "ourtargetinstrinfo".
Did you mean:
yourtargetinstrinfo
2011 Jan 25
1
[LLVMdev] Trouble with virtual registers
...have indirect adressing. Should we be
creating a physical register directly somehow, or can we perhaps signal to
the allocator that the basic block's contents are updated?
Below is our storeRegToStackSlot, the ADDri instruction is transformed into
a copy-add pair in eliminateFrameIndex.
void OurTargetInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
MachineBasicBlock::iterator MI,
unsigned SrcReg, bool isKill, int
FrameIdx,
const TargetRegisterClass *RC,...