Displaying 2 results from an estimated 2 matches for "globalaliasi".
Did you mean:
globalalias
2016 Mar 18
2
[GSoC 2016] Need more info on Add a MachineModulePass
...> At least for GlobalISel, we would need a way to create and get the global
> variables of a Module, but lowered to MachineInstr (or MC) level.
>
> Looking at the current implementation of the Module class, it seems that
Module class maintains Linked List to GlobalVariables, Functions,
GlobalAliasis ... and meta informations about the Module like file name ,
Module ID , Target Triple DataLayout etc. And currently for
MachineFunction pass MachineFunctionAnalysis creates object of
MachineFunction. The MachineFunction constructor takes Function,
TargetMachine etc as arguments and creates Machin...
2016 Mar 16
3
[GSoC 2016] Need more info on Add a MachineModulePass
Hello,
Probably this may be too late to start thinking about this project but I
think this is particularly useful feature for LLVM. A quick use I can think
of this is Implementing Inter-procedural Register Allocation ( for Research
purpose ).
I have start looking at the code for MachineFunctionPass, I think currently
MachineModule class is not available ( the project work will include that )
but