summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MIR/AArch64/stack-object-local-offset.mir
Commit message (Collapse)AuthorAgeFilesLines
* MIR Serialization: Use the global value syntax for global value memory operands.Alex Lorenz2015-08-201-2/+2
| | | | | | | | | | | 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
* MIR Serialization: Serialize the local offsets for the stack objects.Alex Lorenz2015-08-171-0/+41
llvm-svn: 245249
OpenPOWER on IntegriCloud