[PATCH] MIR Serialization: Connect the machine function analysis pass to MIR parser.
Alex Lorenz
arphaman at gmail.com
Wed May 27 11:50:46 PDT 2015
I rebased this patch on the reorganized initial MIR commit that landed in r238341.
The patch now creates a new interface called 'MIRMachineFunctionInitializer' under
CodeGen that is used by the MIRParser to connect to the machine function analysis
pass without making CodeGen depend on MIRParser.
REPOSITORY
rL LLVM
http://reviews.llvm.org/D9928
Files:
include/llvm/CodeGen/MIRMachineFunctionInitializer.h
include/llvm/CodeGen/MIRParser/MIRParser.h
include/llvm/CodeGen/MachineFunctionAnalysis.h
include/llvm/Target/TargetMachine.h
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/MIRParser/MIRParser.cpp
lib/CodeGen/MachineFunctionAnalysis.cpp
lib/Target/CppBackend/CPPBackend.cpp
lib/Target/CppBackend/CPPTargetMachine.h
test/CodeGen/MIR/function-missing-machine-function.mir
test/CodeGen/MIR/llvmIR.mir
tools/llc/llc.cpp
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9928.26624.patch
Type: text/x-patch
Size: 18684 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150527/2b5b7053/attachment.bin>
More information about the llvm-commits
mailing list