1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib/CodeGen/MIRParser
Francis Visoiu Mistrih 0ba2468ada [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
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