[PATCH] D27185: Move FrameInstructions from MachineModuleInfo to MachineFunction

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 28 18:23:03 PST 2016


MatzeB created this revision.
MatzeB added reviewers: echristo, aprantl.
MatzeB added a subscriber: llvm-commits.
MatzeB set the repository for this revision to rL LLVM.
Herald added subscribers: amehsan, nemanjai, mehdi_amini, mcrosier, jyknight.

This is per function data so it is better kept at the function instead
of the module.

This is a necessary step to have machine module passes work properly.


Repository:
  rL LLVM

https://reviews.llvm.org/D27185

Files:
  include/llvm/CodeGen/MachineFunction.h
  include/llvm/CodeGen/MachineModuleInfo.h
  lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  lib/CodeGen/MIRParser/MIParser.cpp
  lib/CodeGen/MIRPrinter.cpp
  lib/CodeGen/MachineModuleInfo.cpp
  lib/Target/AArch64/AArch64FrameLowering.cpp
  lib/Target/ARM/ARMFrameLowering.cpp
  lib/Target/ARM/Thumb1FrameLowering.cpp
  lib/Target/Hexagon/HexagonFrameLowering.cpp
  lib/Target/Mips/Mips16FrameLowering.cpp
  lib/Target/Mips/MipsSEFrameLowering.cpp
  lib/Target/PowerPC/PPCFrameLowering.cpp
  lib/Target/Sparc/SparcFrameLowering.cpp
  lib/Target/SystemZ/SystemZFrameLowering.cpp
  lib/Target/X86/X86FrameLowering.cpp
  lib/Target/XCore/XCoreFrameLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27185.79494.patch
Type: text/x-patch
Size: 39922 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161129/63fb4b9e/attachment.bin>


More information about the llvm-commits mailing list