On 1/5/2012 4:03 PM, Sean Kelly wrote:
Oh right, I guess it would have to, since variables can be used by name
within asm blocks.  I guess it just doesn't do code movement across asm
blocks then?

Right. More generally, it does not do data flow analysis within an asm block, treating it as a black box that could do anything.

Reply via email to