Displaying 1 result from an estimated 1 matches for "2fllvmbugs".
2012 Feb 24
1
[LLVMdev] llvm register coalescing
...ime. I noticed that someone else reported a similar problem
> > with interpreter-like code
> > (http://lists.cs.uiuc.edu/pipermail/llvmbugs/2011-August/019336.html
> > <
> http://redir.aspx?C=ebddacddc1734e278cf102bef3e41fa0&URL=http%3a%2f%2flists.cs.uiuc.edu%2fpipermail%2fllvmbugs%2f2011-August%2f019336.html
> >).
> >
> > I regard you as an expert in this area of optimization so I'd like to
> > understand how, in a program structure that has a complex, or
> > indeterminate cfg, should shared state be bound to registers? Based on
> > t...