search for: c182e0ff

Displaying 2 results from an estimated 2 matches for "c182e0ff".

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
2015 May 11
2
[LLVMdev] How to Store variable allocation in Registers
...id } *Assembly file:* Return; As you can see...,all the code is eliminated as dead code...,now is there a possibility to stop Dead code elimination? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150511/c182e0ff/attachment.html>