| commit | 36efd3883dacd6e34c2e4895035d67f842e090b9 | [log] [tgz] |
|---|---|---|
| author | Alex Lorenz <arphaman@gmail.com> | Thu Aug 20 00:20:03 2015 +0000 |
| committer | Alex Lorenz <arphaman@gmail.com> | Thu Aug 20 00:20:03 2015 +0000 |
| tree | c15d43e234f14bbb4088065031aa64f3dcc459c9 | |
| parent | 0d009645a1023aef1ec139bab61f2ea1b406c8ad [diff] |
MIR Serialization: Use the global value syntax for global value memory operands. This commit modifies the serialization syntax so that the global IR values in machine memory operands use the global value '@<name>' syntax instead of the current '%ir.<name>' syntax. The unnamed global IR values are handled by this commit as well, as the existing global value parsing method can parse the unnamed globals already. llvm-svn: 245527