search for: dagtodagiisel

Displaying 5 results from an estimated 5 matches for "dagtodagiisel".

Did you mean: dagtodagisel
2013 Mar 27
2
[LLVMdev] LLVM pass question
...ould be a separate one for micromips). I need to run a different pass depending on whether it's mips16 or mips32. My initial plan was to create a dummy ModuleDAGToDAGIsel whose sole purpose in it's run machine function was to decide which one of these to run and then call an appropriate DAGToDAGIIsel but I'm running into some issue where that class wants to be started up by the pass manager and not another pass. So now I'm think that maybe I should have either: 1) The ModuleDAGToDAGIsel pass add another pass. 2) Maybe create two passes, one for Mips16 and one for Mips32 and have them...
2013 Mar 27
2
[LLVMdev] LLVM pass question
...need to run a different pass depending on whether it's mips16 or >> mips32. >> >> My initial plan was to create a dummy ModuleDAGToDAGIsel whose sole >> purpose in it's run machine function was to decide which one of these >> to run and then call an appropriate DAGToDAGIIsel but I'm running into >> some issue where that class wants to be started up by the pass manager >> and not another pass. >> >> So now I'm think that maybe I should have either: >> 1) The ModuleDAGToDAGIsel pass add another pass. >> 2) Maybe create two pass...
2013 Mar 27
0
[LLVMdev] LLVM pass question
...omips). > > > I need to run a different pass depending on whether it's mips16 or mips32. > > My initial plan was to create a dummy ModuleDAGToDAGIsel whose sole > purpose in it's run machine function was to decide which one of these > to run and then call an appropriate DAGToDAGIIsel but I'm running into > some issue where that class wants to be started up by the pass manager > and not another pass. > > So now I'm think that maybe I should have either: > 1) The ModuleDAGToDAGIsel pass add another pass. > 2) Maybe create two passes, one for Mips16 and o...
2013 Mar 27
0
[LLVMdev] LLVM pass question
...ent pass depending on whether it's mips16 or >>> mips32. >>> >>> My initial plan was to create a dummy ModuleDAGToDAGIsel whose sole >>> purpose in it's run machine function was to decide which one of these >>> to run and then call an appropriate DAGToDAGIIsel but I'm running into >>> some issue where that class wants to be started up by the pass manager >>> and not another pass. >>> >>> So now I'm think that maybe I should have either: >>> 1) The ModuleDAGToDAGIsel pass add another pass. >>>...
2013 Mar 27
1
[LLVMdev] LLVM pass question
...n whether it's mips16 or >>>> mips32. >>>> >>>> My initial plan was to create a dummy ModuleDAGToDAGIsel whose sole >>>> purpose in it's run machine function was to decide which one of these >>>> to run and then call an appropriate DAGToDAGIIsel but I'm running into >>>> some issue where that class wants to be started up by the pass manager >>>> and not another pass. >>>> >>>> So now I'm think that maybe I should have either: >>>> 1) The ModuleDAGToDAGIsel pass add another...