[PATCH] D27186: Move VariableDbgInfo from MachineModuleInfo to MachineFunction
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 29 13:36:29 PST 2016
MatzeB updated this revision to Diff 79631.
MatzeB added a comment.
Slightly simplify patch by not adding `const MachineFunction&` parameters to some AsmPrinter functions. The current function is accessible by `Asm->MF`.
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.79631.patch
Type: text/x-patch
Size: 15187 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161129/50d4c53c/attachment.bin>
More information about the llvm-commits
mailing list