Displaying 1 result from an estimated 1 matches for "445a18e7".
2008 Jul 17
3
[LLVMdev] SSA or not SSA?
[ sorry for the late reply ]
Patrick Meredith <pmeredit at uiuc.edu> wrote:
> All register uses are SSA. Memory is not in SSA. The mem2reg pass
> which promotes stack variables to registers effectively converts non-
> SSA to SSA. There was a reg2mem pass, written by Andrew Lenharth, I'm
> not sure if it's still being maintained.
What is the difference between