search for: moduledagtodagisel

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

2013 Mar 27
2
[LLVMdev] LLVM pass question
...at I've run into is regarding the DAGToDAGIsel pass. We have a different subclass for mips16 and non mips16 ( conceivably later there could 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 ha...
2013 Mar 27
2
[LLVMdev] LLVM pass question
...e have a different subclass for mips16 and non mips16 ( conceivably >> later there could 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. >> &...
2013 Mar 27
0
[LLVMdev] LLVM pass question
...he DAGToDAGIsel pass. > > We have a different subclass for mips16 and non mips16 ( conceivably > later there could 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 t...
2013 Mar 27
0
[LLVMdev] LLVM pass question
...for mips16 and non mips16 ( conceivably >>> later there could 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...
2013 Mar 27
1
[LLVMdev] LLVM pass question
...conceivably >>>> later there could 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 >>>>...