[LLVMdev] Memory locations in SSA form

Konstantin Tokarev annulen at yandex.ru
Tue Nov 5 06:38:43 PST 2013


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



More information about the llvm-dev mailing list