search for: d40dbed7

Displaying 1 result from an estimated 1 matches for "d40dbed7".

2015 May 07
2
[LLVMdev] How to Store variable allocation in Registers
Hello, Im trying to build a Backend using LLVM. My Architecture doesnt have a stack. So,I need to store all the variables in Registers. I found in xxxFrameLowering.cpp (where xxx is any target name) references to stack and frame pointer. I tried to remove all those references by placing Register class in place of stack but of no use. Can anyone please suggest the way to do this...,would be very