How to deal with alias registers in data-flow analysis using SSA form? (e.g. EAX/AX/AH/AL in x86)

Posted by forgot on Stack Overflow See other posts from Stack Overflow or by forgot
Published on 2010-04-23T08:32:25Z Indexed on 2010/04/23 8:33 UTC
Read the original article Hit count: 286

Filed under:
|
|
|
|

For exmaple:

How to represent the following x86 in SSA form:

xor  eax, eax
inc  ax

© Stack Overflow or respective owner

Related posts about compiler

Related posts about ssa