| commit | e66a7ccf776b8d22819c4baa518a1d5825811c96 | [log] [tgz] |
|---|---|---|
| author | Alex Lorenz <arphaman@gmail.com> | Wed Aug 19 18:55:47 2015 +0000 |
| committer | Alex Lorenz <arphaman@gmail.com> | Wed Aug 19 18:55:47 2015 +0000 |
| tree | 99a6cfd9633af83e1982cd7e97439992edf381d4 | |
| parent | 27fd06922b161a5559fb3ac6ef8e5b85efc9da04 [diff] |
MIR Serialization: Serialize defined registers that require 'def' register flag. The defined registers are already serialized - they are represented by placing them before the '=' in a machine instruction. However, certain instructions like INLINEASM can have defined register operands after the '=', so this commit introduces the 'def' register flag for such operands. llvm-svn: 245480