[PATCH] D27186: Move VariableDbgInfo from MachineModuleInfo to MachineFunction

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 28 18:24:29 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: mehdi_amini, mcrosier.

VariableDbgInfo is per function data, so it makes sense to have it with
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/D27186

Files:
  include/llvm/CodeGen/MachineFunction.h
  include/llvm/CodeGen/MachineModuleInfo.h
  lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  lib/CodeGen/AsmPrinter/CodeViewDebug.h
  lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  lib/CodeGen/AsmPrinter/DwarfDebug.h
  lib/CodeGen/MIRParser/MIRParser.cpp
  lib/CodeGen/MIRPrinter.cpp
  lib/CodeGen/MachineModuleInfo.cpp
  lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  lib/CodeGen/StackColoring.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27186.79495.patch
Type: text/x-patch
Size: 15187 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161129/23f37eb9/attachment.bin>


More information about the llvm-commits mailing list