search for: 6292de2f

Displaying 2 results from an estimated 2 matches for "6292de2f".

2014 Feb 01
3
[LLVMdev] Eliminate SSA Virtual registers
Hi, is there a opt pass that replaces the SSA virtual registers to stack-variables? I want to eliminate the SSA virtual register from my IR. Kindly suggest BR/Nizam -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140201/bdc3909a/attachment.html>
2014 Feb 01
2
[LLVMdev] Eliminate SSA Virtual registers
...ack-variables? I want to eliminate the SSA virtual register from my IR. Kindly suggest Try the register to memory demotion pass. opt -reg2mem - Ben -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140201/6292de2f/attachment.html>