MIR Serialization: Serialize the variable sized stack objects.
authorAlex Lorenz <arphaman@gmail.com>
Tue, 14 Jul 2015 00:26:26 +0000 (00:26 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Tue, 14 Jul 2015 00:26:26 +0000 (00:26 +0000)
commitdee03ee0f9c327f094e42790281c543b525cce24
tree1d57e5c3f8f742f12a1527bdf5c6a6e25fb558c2
parentb53f724f913f6db279795439a90ec83d6ee20ddd
MIR Serialization: Serialize the variable sized stack objects.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242095 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MIRYamlMapping.h
include/llvm/CodeGen/MachineFrameInfo.h
lib/CodeGen/MIRParser/MIRParser.cpp
lib/CodeGen/MIRPrinter.cpp
test/CodeGen/MIR/X86/variable-sized-stack-object-size-error.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/variable-sized-stack-objects.mir [new file with mode: 0644]