[PATCH] MIR Serialization: Connect the machine function analysis pass to MIR parser.
Alex L
arphaman at gmail.com
Fri Jun 5 11:37:12 PDT 2015
Sure, I just posted an updated patch that's rebased on ToT.
Alex.
2015-06-05 11:25 GMT-07:00 Justin Bogner <mail at justinbogner.com>:
> Alex Lorenz <arphaman at gmail.com> writes:
> > 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.
>
> Do you mind rebasing this to ToT? It conflicts in MIRParser.cpp right
> now, which makes it a bit trickier to review.
>
> >
> > 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 --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150605/4b428958/attachment.html>
More information about the llvm-commits
mailing list