llvm-project/llvm/lib/CodeGen/MIRParser
Francis Visoiu Mistrih 537d7eee90 [MIR] Add support for MachineFrameInfo::LocalFrameSize
MFI.LocalFrameSize was not serialized.

It is usually set from LocalStackSlotAllocation, so if that pass doesn't
run it is impossible do deduce it from the stack objects. Until now, this
information was lost.

llvm-svn: 329382
2018-04-06 08:56:25 +00:00
..
CMakeLists.txt
LLVMBuild.txt Attempt to fix the BUILD_SHARED_LIBS build after the DIExpression change 2017-08-23 20:39:35 +00:00
MILexer.cpp [MIR] Adding support for Named Virtual Registers in MIR. 2018-03-30 18:15:54 +00:00
MILexer.h [MIR] Adding support for Named Virtual Registers in MIR. 2018-03-30 18:15:54 +00:00
MIParser.cpp [MIR] Adding support for Named Virtual Registers in MIR. 2018-03-30 18:15:54 +00:00
MIParser.h [MIR] Adding support for Named Virtual Registers in MIR. 2018-03-30 18:15:54 +00:00
MIRParser.cpp [MIR] Add support for MachineFrameInfo::LocalFrameSize 2018-04-06 08:56:25 +00:00