Hello, I am new to LLVM. Since memory locations are not in SSA form. I was wondering if there is any attempt of transforming LLVM IR in memory SSA form? Regards Umer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131105/3f5adb37/attachment.html>
05.11.2013, 18:34, "Umer" <umerlqt at gmail.com>:> Hello,I am new to LLVM. Since memory locations are not in SSA form. I was wondering if there is any attempt of transforming LLVM IR in memory SSA form?It would require implementation of HSSA form in LLVM, but that effort was abandoned, AFAIK. -- Regards, Konstantin
Seemingly Similar Threads
- Discussion: new terrapin resisting ciphers and macs (alternative to strict-kex) and -ctr mode question.
- speex encoder
- [LLVMdev] A new builtin: __builtin_stack_pointer()
- [LLVMdev] A new builtin: __builtin_stack_pointer()
- what is official way to determine if we are running lto 2nd stage?